This repository has been archived on 2023-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
takahe/api/views/__init__.py

7 lines
184 B
Python
Raw Normal View History

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