Улучшение инициализаторов пакетов

This commit is contained in:
Whyverum
2024-12-23 21:57:34 +07:00
parent 1bbef7e378
commit 08cb5eaa35
11 changed files with 31 additions and 17 deletions

View File

@@ -0,0 +1,8 @@
# BotLibrary/library/__init__.py
# Инициализация пакета library, для работы с собственными библиотеками
# Импортируем библиотеки для экспорта
from .config import *
from .settings import *
from .list_ids import *
from .important_path import *