moved db stuff to own folder

This commit is contained in:
itdominator 2024-02-21 22:15:25 -06:00
parent d81bf3815a
commit 2389f1d414
3 changed files with 6 additions and 0 deletions

6
src/libs/db/__init__.py Normal file
View File

@ -0,0 +1,6 @@
"""
DB module
"""
from .models import User
from .db import DB