Spaces:
Runtime error
Runtime error
Create __init__.py
Browse files- bot/__init__.py +3 -0
bot/__init__.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# PATH: bot/__init__.py
|
| 2 |
+
__all__ = ["__version__"]
|
| 3 |
+
__version__ = "0.1.0"
|