from github

This commit is contained in:
jonas
2024-10-29 17:18:30 +01:00
commit b0f85b5c87
63 changed files with 1781 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
class DrawType:
rect = 0
circle = 1
image = 3