Python-With-Gtk-Template/src/libs/db/__init__.py

7 lines
67 B
Python
Raw Normal View History

2024-02-22 04:15:25 +00:00
"""
DB module
"""
from .models import User
from .db import DB