1
0

emualtor working

This commit is contained in:
Aiden
2026-05-25 21:00:25 +10:00
parent 3ab79648ff
commit 752148c585
22 changed files with 588 additions and 22 deletions

5
h8536_consistency.py Normal file
View File

@@ -0,0 +1,5 @@
from h8536.consistency import main
if __name__ == "__main__":
raise SystemExit(main())