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,7 +1,7 @@
from PIL import Image
import numpy as np
from typing import Union
from data_analysis import handle_import_image
from world_maker.data_analysis import handle_import_image
from random import randint