Initial commit - production deployment
This commit is contained in:
6
services/procurement/app/jobs/__init__.py
Normal file
6
services/procurement/app/jobs/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""
|
||||
Procurement background jobs and schedulers
|
||||
"""
|
||||
from .overdue_po_scheduler import OverduePOScheduler
|
||||
|
||||
__all__ = ["OverduePOScheduler"]
|
||||
Reference in New Issue
Block a user