first commit

This commit is contained in:
David Brazda
2023-04-12 21:00:03 +02:00
commit af9e944928
158 changed files with 19422 additions and 0 deletions

View File

@ -0,0 +1,5 @@
import panel as pn
app = pn.Column("DDD")
# app.servable()
# app.append("Nice")
app.show()