Some refactor again

This commit is contained in:
BarsTiger
2023-06-27 22:49:28 +03:00
parent e2384de2d7
commit 914f48a92b
5 changed files with 35 additions and 8 deletions

View File

@@ -1 +1,6 @@
from . import db, models
__all__ = [
'db',
'models'
]