simndt2/src/main.py

5 lines
59 B
Python

import sys
from SimNDT.gui import app
sys.exit(app.run())