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

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

@@ -3,7 +3,11 @@
# Импортируем библиотеки для экспорта
from .bots import *
from .decorator import *
from .logger import *
from .edit_bot import *
from .directory import *
from .time import *
from art import *
from colorama import *
from termcolor import *