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