Add requirements, cli commands. New project structure

This commit is contained in:
2024-05-10 12:15:18 +04:00
parent e426c281b9
commit 698cca0aeb
12 changed files with 94 additions and 33 deletions

View File

@@ -1,3 +1,4 @@
from .crud import *
from .schemas import *
from .database import get_session, init_models
from .database import get_session, drop_all, create_all, recreate_all
from .crud import *