fooder-api/fooder/test/fixtures/__init__.py

6 lines
146 B
Python
Raw Normal View History

from .client import * # noqa
from .user import * # noqa
from .product import * # noqa
from .meal import * # noqa
from .entry import * # noqa