summary refs log blame commit diff stats
path: root/code/ui.py
blob: 0e48a68a570da60329abf498b158a6dab9f66862 (plain) (tree)
1
2
3
4



                               
class UI():
	def draw(self):
		import time
		time.sleep(0.1)