changed architecture

This commit is contained in:
Djalim Simaila 2023-01-06 08:33:36 +01:00
parent 853dafca92
commit 8033002eea
8 changed files with 7 additions and 7 deletions

View File

@ -4,13 +4,13 @@ from sqlalchemy import engine as eg
from tables import * from tables import *
from answer import ANSWER from data.answer import ANSWER
from locales import LOCALES from data.locales import LOCALES
from npc import NPCS from data.npc import NPCS
from places import PLACES from data.places import PLACES
from questions import QUESTIONS from data.questions import QUESTIONS
from reactions import REACTIONS from data.reactions import REACTIONS
from traits import TRAITS from data.traits import TRAITS
from secret import HOST, USER, PASS from secret import HOST, USER, PASS