fix flat layout

This commit is contained in:
Ruben van de Ven 2025-03-26 10:12:52 +01:00
parent 537175370d
commit d3f0f8a9e1
3 changed files with 2 additions and 3 deletions

View file

@ -5,6 +5,6 @@ from foucault.gui import *
logging.basicConfig(level=logging.INFO)
conductofconduct = Foucault()
conductofconduct.watch("processes")
conductofconduct.watch("examples")
conductofconduct.run()

View file

@ -8,4 +8,3 @@ dependencies = [
"nicegui>=2.12.1",
"tomli-w>=1.2.0",
]
packages="foucault"