beerds/server/infra/web/__init__.py

6 lines
241 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")