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