4 lines
62 B
Python
4 lines
62 B
Python
import ui
|
|
|
|
if __name__=="__main__":
|
|
ui.LayoutManager.run() |