change to uv manage

This commit is contained in:
jiao77
2025-05-21 23:19:47 +08:00
parent 949532b219
commit fd8e8647d9
4 changed files with 547 additions and 0 deletions

6
main.py Normal file
View File

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