New enterprise feature2
This commit is contained in:
7
services/demo_session/app/jobs/__init__.py
Normal file
7
services/demo_session/app/jobs/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
Background Jobs Package
|
||||
"""
|
||||
|
||||
from .cleanup_worker import CleanupWorker, run_cleanup_worker
|
||||
|
||||
__all__ = ["CleanupWorker", "run_cleanup_worker"]
|
||||
Reference in New Issue
Block a user