linkding/bookmarks/views/__init__.py
2024-09-28 11:17:48 +02:00

8 lines
209 B
Python

from .assets 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