tabletop-frog/ttfrog/db/__init__.py
2024-01-28 11:01:18 -08:00

5 lines
59 B
Python

from .manager import db, session
__ALL__ = [db, session]