better menus

This commit is contained in:
klemek
2021-08-26 17:11:18 +02:00
parent cbc988d4ee
commit 7c26c5a39d
7 changed files with 133 additions and 165 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
from typing import List
from math import sqrt
from .bitmap import Bitmap
from bitmap import Bitmap
class Image: