takahe/api/views/__init__.py

7 lines
184 B
Python

from .accounts import * # noqa
from .apps import * # noqa
from .base import api # noqa
from .instance import * # noqa
from .oauth import * # noqa
from .timelines import * # noqa