mirror of
https://github.com/artemium428/428th-exchange-bot.git
synced 2026-09-15 16:56:20 +00:00
3 lines
97 B
Python
3 lines
97 B
Python
from bot.db.repository import Client, ClientRepository
|
|
|
|
__all__ = ["Client", "ClientRepository"]
|