sightplace-rep/main.py.bak

9 lines
127 B
Python
Raw Normal View History

import base
base.init()
"""
base.sights.create("main");
base.sights.processes();
base.sights.show("main");
base.app.exec()
"""