Files
virtus-bot/repositories/__init__.py
T
2025-06-26 17:05:53 +07:00

4 lines
139 B
Python

from .home_debt import HomeDebtRepository
from .currency import CurrencyRepository
__all__ = ['HomeDebtRepository', 'CurrencyRepository']