6 lines
57 B
Plaintext
Executable File
6 lines
57 B
Plaintext
Executable File
#!@PYTHON@
|
|
|
|
import runpy
|
|
|
|
runpy.run_module("cartridges")
|