fixed the missing dependency in the refiner and changed the test run to using uv

This commit is contained in:
2025-07-26 12:44:12 +02:00
parent ecdef605a7
commit 19b0c37a97
4 changed files with 15 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()