Spaces:
Running
Running
Create __init__.py
Browse files
insight_and_tasks/coordinators/__init__.py
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# coordinators/__init__.py
|
| 2 |
+
|
| 3 |
+
# This file makes the 'coordinators' directory a Python package.
|
| 4 |
+
|
| 5 |
+
# from .employer_branding_coordinator import EnhancedEmployerBrandingCoordinator
|
| 6 |
+
|
| 7 |
+
# __all__ = ["EnhancedEmployerBrandingCoordinator"]
|