From fb54c2751459e1a20fc8bf981ddae92749d89944 Mon Sep 17 00:00:00 2001 From: Pavel_Duron Date: Mon, 6 Feb 2023 22:19:54 +1000 Subject: [PATCH] change davinci position on handlers --- handlers/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/handlers/__init__.py b/handlers/__init__.py index 6b8cb7d..b4295c4 100644 --- a/handlers/__init__.py +++ b/handlers/__init__.py @@ -1,5 +1,6 @@ -from handlers import davinci + from handlers import pipisa from handlers import time_new_year from handlers import sendalarm from handlers import start_help +from handlers import davinci