test_api/test_api/uow/__init__.py

4 lines
66 B
Python

from .sqlalchemy_uow import UnitOfWork
__all__ = ("UnitOfWork",)