from gui import main_gui
from nicegui import ui
main_gui.build_ui()
main_gui.ui.run(
title="ATS Träger Dokumentation",
port=9000,
reload=False
)