mautrix-python/mautrix/client/state_store/asyncpg/__init__.py

4 lines
60 B
Python

from .store import PgStateStore
__all__ = ["PgStateStore"]