Files
virtus-bot/infra/db/__init__.py
T
2025-06-18 11:48:41 +07:00

3 lines
55 B
Python

from .postgres import postgres
__all__ = ['postgres']