mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2026-02-06 02:00:32 -07: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