marimo iniciado

This commit is contained in:
2025-10-21 18:59:36 +02:00
parent 0483884393
commit 659715c4a4
6 changed files with 375 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from kanboard!")
if __name__ == "__main__":
main()