This commit is contained in:
Eclairsombre
2024-06-15 23:16:23 +02:00
parent 8093c0ede4
commit 458f7df34a
2 changed files with 27 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ from PIL import Image, ImageDraw
import random
class Skeleton:
def __init__(self, data: np.ndarray = None):
self.lines = []