From a8582c60e3bed5b93c989e2963d40130771cf11d Mon Sep 17 00:00:00 2001 From: Igor <50257429+igorechek06@users.noreply.github.com> Date: Sat, 28 Aug 2021 21:10:16 +0900 Subject: 0.0.1 --- handlers/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 handlers/__init__.py (limited to 'handlers/__init__.py') diff --git a/handlers/__init__.py b/handlers/__init__.py new file mode 100644 index 0000000..bf57f77 --- /dev/null +++ b/handlers/__init__.py @@ -0,0 +1,3 @@ +from . import ananas_only +from . import on_message +from . import generate -- cgit v1.2.3