setup packaging and testing

This commit is contained in:
Fedor Lyanguzov
2024-12-19 20:38:06 +03:00
parent f5354e8ff8
commit b13c53686a
5 changed files with 55 additions and 0 deletions
View File
+9
View File
@@ -0,0 +1,9 @@
def main():
print("run")
if __name__=="__main__":
main()