moved utils to src/utils

This commit is contained in:
Louis Heredero 2024-07-03 01:54:44 +02:00
parent 60416e447c
commit ecdf3d30eb
Signed by: HEL
GPG Key ID: 8D83DE470F8544E7
3 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 20 MiB

After

Width:  |  Height:  |  Size: 20 MiB

0
src/utils/__init__.py Normal file
View File

View File

@ -14,7 +14,7 @@ def clamp(mn, value, mx):
def main(): def main():
# utils/2024-06-27_21.01.45_Lycacraft_minecraft~overworld_day.png # src/utils/2024-06-27_21.01.45_Lycacraft_minecraft~overworld_day.png
# 6144,10240 # 6144,10240
input_path = input("Input image: ") input_path = input("Input image: ")
output_path = input(f"Output dir (default: {DEFAULT_PATH}): ") output_path = input(f"Output dir (default: {DEFAULT_PATH}): ")