Put everything inside of main

This commit is contained in:
NichiHachi
2024-06-15 22:25:39 +02:00
parent f53d0d7402
commit f5201bc146
15 changed files with 29 additions and 73 deletions

View File

@@ -1,8 +1,8 @@
import World
from world_maker.World import World
from PIL import Image, ImageFilter
import numpy as np
from scipy import ndimage
from Skeleton import Skeleton
from world_maker.Skeleton import Skeleton
from typing import Union
from random import randint
import cv2