beerds/server/infra/web/__init__.py

5 lines
240 B
Python

from server.infra.web.description import DescriptionController
from server.infra.web.seo import SeoController
from server.infra.web.recognizer import BreedsController
__all__ = ("DescriptionController", "SeoController", "BreedsController")