diff --git a/core.py b/core.py new file mode 100644 index 0000000..bd81525 --- /dev/null +++ b/core.py @@ -0,0 +1,3 @@ +from app.core import coreservice + +coreservice.coreservice() \ No newline at end of file