mautrix-python/mautrix/crypto/store/asyncpg/__init__.py

4 lines
104 B
Python

from .store import PgCryptoStateStore, PgCryptoStore
__all__ = ["PgCryptoStore", "PgCryptoStateStore"]