6 lines
93 B
Python
6 lines
93 B
Python
from h8536.consistency import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
raise SystemExit(main())
|