fix flat layout
This commit is contained in:
parent
537175370d
commit
d3f0f8a9e1
3 changed files with 2 additions and 3 deletions
2
main.py
2
main.py
|
@ -5,6 +5,6 @@ from foucault.gui import *
|
|||
logging.basicConfig(level=logging.INFO)
|
||||
|
||||
conductofconduct = Foucault()
|
||||
conductofconduct.watch("processes")
|
||||
conductofconduct.watch("examples")
|
||||
conductofconduct.run()
|
||||
|
||||
|
|
|
@ -8,4 +8,3 @@ dependencies = [
|
|||
"nicegui>=2.12.1",
|
||||
"tomli-w>=1.2.0",
|
||||
]
|
||||
packages="foucault"
|
Loading…
Reference in a new issue