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

6 lines
106 B
Python
Raw Normal View History

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