7 lines
82 B
Python
7 lines
82 B
Python
from ui import RobotUI
|
|
|
|
robot_ui = RobotUI()
|
|
|
|
robot_ui.pack()
|
|
robot_ui.mainloop()
|