You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cookie-api/cookie_api/__init__.py

3 lines
132 B
Python

from cookie_api.renders import JSONRenderer
from cookie_api.models.schema import Base
from cookie_api.app import application_factory