mirror of
https://github.com/StepanovPlaton/torrent_backend.git
synced 2026-04-03 20:30:38 +04:00
Small fixes
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
from .crud import *
|
||||
from .schemas import *
|
||||
from .database import get_session, drop_all, create_all, recreate_all
|
||||
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 *
|
||||
Reference in New Issue
Block a user