428th-exchange-bot/bot/db/__init__.py
Artemii Peretiachenko 8f6d2c07d6 Initial commit: 428th exchange Telegram bot.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-20 18:19:53 +02:00

3 lines
97 B
Python

from bot.db.repository import Client, ClientRepository
__all__ = ["Client", "ClientRepository"]