Added ais

This commit is contained in:
Tim Lorsbach
2026-06-10 13:58:30 +02:00
parent 6d4c99e8eb
commit 90932d02a0
2 changed files with 180 additions and 1 deletions

View File

@ -1,5 +1,6 @@
import logging
from bayer import additional_information # noqa: F401
from epdb.template_registry import register_template
logger = logging.getLogger(__name__)
@ -36,4 +37,4 @@ register_template(
register_template(
"epdb.objects.node.viz",
"objects/node_viz.html",
)
)