Queer European MD passionate about IT
Browse Source

List importable submodules explicitly

Davte 4 years ago
parent
commit
df32a6c8e7
1 changed files with 5 additions and 1 deletions
  1. 5 1
      ciclopibot/__init__.py

+ 5 - 1
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]