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