understanding commited on
Commit
46e9343
·
verified ·
1 Parent(s): 6071f0e

Create __init__.py

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