Files
shveitechbot/dto/__init__.py

4 lines
57 B
Python

from .cart import CartItemDTO
__all__ = ["CartItemDTO"]