From 6ef5acdce17b95ed5166a32aa479eae0cb7f8cad Mon Sep 17 00:00:00 2001 From: Igor Tolmachov Date: Wed, 20 Apr 2022 02:00:20 +0900 Subject: Рефакторинг Добавлена система заявок в группу MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handlers/__init__.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'handlers/__init__.py') diff --git a/handlers/__init__.py b/handlers/__init__.py index 6ba46f4..16c0fe7 100644 --- a/handlers/__init__.py +++ b/handlers/__init__.py @@ -1,6 +1,5 @@ -from . import ananas_only +from . import leave from . import msg from . import poll -from . import img -from . import gen -from . import all +from . import member +from . import system -- cgit v1.2.3