mirror of
https://github.com/sortedcord/alemno-payments.git
synced 2026-07-22 20:22:51 +05:30
Implement service-based model for jobs
This commit is contained in:
3
app/services/__init__.py
Normal file
3
app/services/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from app.services.job_service import JobService
|
||||
|
||||
__all__ = ["JobService"]
|
||||
Reference in New Issue
Block a user