understanding commited on
Commit
08bb507
·
verified ·
1 Parent(s): 80c9f8a

Create bot/__init__.py

Browse files
Files changed (1) hide show
  1. 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"