diff --git a/ciclopibot/__init__.py b/ciclopibot/__init__.py index e02b83c..1e5b4e9 100644 --- a/ciclopibot/__init__.py +++ b/ciclopibot/__init__.py @@ -3,6 +3,10 @@ __author__ = "Davide Testa" __email__ = "davide@davte.it" __license__ = "GNU General Public License v3.0" -__version__ = "1.1.4" +__version__ = "1.1.5" __maintainer__ = "Davide Testa" __contact__ = "t.me/davte" + +from . import ciclopi + +__all__ = [ciclopi] \ No newline at end of file