5 lines
58 B
Python
5 lines
58 B
Python
class DrawType:
|
|
rect = 0
|
|
circle = 1
|
|
image = 3
|
class DrawType:
|
|
rect = 0
|
|
circle = 1
|
|
image = 3
|