test ract

This commit is contained in:
jze9
2026-05-14 16:47:58 +05:00
parent 0ac1c8a862
commit de78624495
36 changed files with 5877 additions and 254 deletions

6
main.py Normal file
View File

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