generated from nathanwoodburn/python-webserver-template
feat: Initial code
This commit is contained in:
3
services/__init__.py
Normal file
3
services/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from .scheduler import CollectionScheduler, should_autostart_scheduler
|
||||
|
||||
__all__ = ["CollectionScheduler", "should_autostart_scheduler"]
|
||||
Reference in New Issue
Block a user