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