takahe/api/views/__init__.py

7 lines
184 B
Python
Raw Normal View History

2022-12-11 07:25:48 +00:00
from .accounts import * # noqa
2022-12-11 04:03:14 +00:00
from .apps import * # noqa
from .base import api # noqa
from .instance import * # noqa
2022-12-11 07:25:48 +00:00
from .oauth import * # noqa
from .timelines import * # noqa