UV Erweiterung

This commit is contained in:
2026-02-16 21:21:21 +00:00
parent d2f25d15ed
commit 515a87425d
10 changed files with 242 additions and 8 deletions

6
backend/main.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
print("Hello from backend!")
if __name__ == "__main__":
main()