Улучшение инициализаторов пакетов
This commit is contained in:
8
BotLibrary/configs/__init__.py
Normal file
8
BotLibrary/configs/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# BotLibrary/library/__init__.py
|
||||
# Инициализация пакета library, для работы с собственными библиотеками
|
||||
|
||||
# Импортируем библиотеки для экспорта
|
||||
from .config import *
|
||||
from .settings import *
|
||||
from .list_ids import *
|
||||
from .important_path import *
|
||||
Reference in New Issue
Block a user