BasicHfBot / bot /__init__.py
understanding's picture
Create bot/__init__.py
08bb507 verified
# PATH: bot/__init__.py
# Keep this file SMALL to avoid circular imports.
__all__ = ["__version__"]
__version__ = "0.1.0"