Spaces:
Sleeping
Sleeping
Create __init__.py
Browse files- modules/__init__.py +2 -0
modules/__init__.py
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Make "modules" a proper package so `from modules...` imports work.
|
| 2 |
+
# (No code needed; this file just needs to exist.)
|