Code refactoring. Add support genres and actors to routes

This commit is contained in:
2024-06-26 23:13:47 +04:00
parent fc3bcc343d
commit b9e22fcc4c
28 changed files with 545 additions and 250 deletions

View File

@@ -1,7 +1,4 @@
from .crud import *
from .schemas import *
from .database import get_session as get_session, \
drop_all as drop_all, \
create_all as create_all, \
recreate_all as recreate_all
from .crud import *
from .database import Database
from .crud import *