From 8becda03c42bab29ac4898345f19531e221518ff Mon Sep 17 00:00:00 2001 From: sergey Date: Tue, 11 Feb 2025 01:12:46 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=20=D0=BB?= =?UTF-8?q?=D0=B8=D1=88=D0=BD=D0=B8=D0=B9=20=D0=BC=D0=BE=D0=B4=D1=83=D0=BB?= =?UTF-8?q?=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BotLibrary/timers/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 BotLibrary/timers/__init__.py diff --git a/BotLibrary/timers/__init__.py b/BotLibrary/timers/__init__.py new file mode 100644 index 0000000..718ec1d --- /dev/null +++ b/BotLibrary/timers/__init__.py @@ -0,0 +1,5 @@ +# BotLibrary/library/__init__.py +# Инициализация пакета library, для работы с собственными библиотеками + +# Импортируем библиотеки для экспорта +from .time import *