ember/main.py

4 lines
96 B
Python

import sys
from ui.ember_application import EmberApplication
EmberApplication(sys.argv).start()