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

7 lines
67 B
Python

"""
DB module
"""
from .models import User
from .db import DB