Spaces:
Runtime error
Runtime error
Create __init__.py
Browse files- bot/__init__.py +1 -4
bot/__init__.py
CHANGED
|
@@ -1,4 +1 @@
|
|
| 1 |
-
# PATH: bot/__init__.py
|
| 2 |
-
# Keep this file SMALL to avoid circular imports.
|
| 3 |
-
__all__ = ["__version__"]
|
| 4 |
-
__version__ = "0.1.0"
|
|
|
|
| 1 |
+
# PATH: bot/core/__init__.py
|
|
|
|
|
|
|
|
|