From f49233b811d459108d8e74e01f0d8bd242eaa4e8 Mon Sep 17 00:00:00 2001 From: Pavel_Durov Date: Mon, 17 Jul 2023 22:22:12 +0300 Subject: [PATCH] fix --- handlers/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handlers/__init__.py b/handlers/__init__.py index 4a44c92..d2f6088 100644 --- a/handlers/__init__.py +++ b/handlers/__init__.py @@ -1,8 +1,8 @@ from handlers import pipisa from handlers import start_help -from handlers import davinci + from handlers import time_new_year from handlers import sendalarm - +from handlers import davinci