5 lines
114 B
Python
Executable file
5 lines
114 B
Python
Executable file
try:
|
|
from MixMaster import MixMaster
|
|
o = MixMaster()
|
|
except:
|
|
i = input("MixMaster failed to start!")
|