aboutsummaryrefslogtreecommitdiff
path: root/commands/__init__.py
diff options
context:
space:
mode:
authorromangraef <roman.graef@gmail.com>2018-03-11 18:22:02 +0100
committerromangraef <roman.graef@gmail.com>2018-03-11 18:22:02 +0100
commit58f62605992da8fe6f107fc850aa4f18ba4ec274 (patch)
tree4a0e1fd59cb2f4333741eba69dd9f8ad89aaf816 /commands/__init__.py
downloadtelegramuserbot-58f62605992da8fe6f107fc850aa4f18ba4ec274.tar.gz
telegramuserbot-58f62605992da8fe6f107fc850aa4f18ba4ec274.tar.bz2
telegramuserbot-58f62605992da8fe6f107fc850aa4f18ba4ec274.zip
Initial commit
Diffstat (limited to 'commands/__init__.py')
-rw-r--r--commands/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/__init__.py b/commands/__init__.py
new file mode 100644
index 0000000..dc26d49
--- /dev/null
+++ b/commands/__init__.py
@@ -0,0 +1,2 @@
+from commands.handling import handle_commands, load_commands
+