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

6 lines
67 B
Python
Raw Normal View History

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