first commit

This commit is contained in:
w4nn4d13
2026-04-06 13:37:26 +05:30
commit 065eae9134
52 changed files with 1918 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
from exectrace.cli import main
if __name__ == "__main__":
raise SystemExit(main())