feature: init proj

This commit is contained in:
贺海国
2026-04-15 18:43:55 +08:00
parent 580dbb8d25
commit 9bfa47804f
9 changed files with 2552 additions and 2 deletions

6
main.py Normal file
View File

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