mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-11 04:37:54 +02:00

* feat: Add opensearch declaration * cleanup --------- Co-authored-by: Johannes Zorn <johannes.zorn@zollsoft.com> Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
11 lines
264 B
Python
11 lines
264 B
Python
from .assets import *
|
|
from .auth import *
|
|
from .bookmarks import *
|
|
from .settings import *
|
|
from .toasts import *
|
|
from .health import health
|
|
from .manifest import manifest
|
|
from .custom_css import custom_css
|
|
from .root import root
|
|
from .opensearch import opensearch
|