3.0 Выпуск в PrimoRU
This commit is contained in:
12
BotLibrary/sql/__init__.py
Normal file
12
BotLibrary/sql/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# BotLibrary/system/__init__.py
|
||||
# Инициализация пакета system, для библиотек запуска
|
||||
|
||||
# Экспортирование модулей во внешние слои проекта
|
||||
from .db_class import *
|
||||
from ProjectsFiles import BotVar
|
||||
|
||||
# Создание экземпляра класса
|
||||
db = Database(BotVar.bd_names)
|
||||
|
||||
# Создание базы данных
|
||||
db.create_db()
|
||||
Reference in New Issue
Block a user