Spaces:
Runtime error
Runtime error
Create handlers/__init__.py
Browse files- handlers/__init__.py +4 -0
handlers/__init__.py
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# filename: handlers/__init__.py
|
| 2 |
+
|
| 3 |
+
# This file can be left empty.
|
| 4 |
+
# It makes the 'handlers' directory a Python package.
|