add developer tools

This commit is contained in:
Fedor Lyanguzov
2024-12-19 20:44:12 +03:00
parent b13c53686a
commit d1200836c8
3 changed files with 9 additions and 10 deletions
+2 -5
View File
@@ -1,9 +1,6 @@
def main():
print("run")
if __name__=="__main__":
if __name__ == "__main__":
main()