wag-managment-api-service-v.../ApiEvents/EventServiceApi/account/__init__.py

10 lines
140 B
Python

"""
Account records package initialization.
"""
from .endpoints import ACCOUNT_RECORDS_CONFIG
__all__ = [
"ACCOUNT_RECORDS_CONFIG",
]