mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-27 05:21:57 -06:00
Add Engine scheduler service and job interfaces
This commit is contained in:
5
Data/Engine/services/jobs/__init__.py
Normal file
5
Data/Engine/services/jobs/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Job-related services for the Borealis Engine."""
|
||||
|
||||
from .scheduler_service import SchedulerService
|
||||
|
||||
__all__ = ["SchedulerService"]
|
||||
Reference in New Issue
Block a user