moved utils to src/utils
This commit is contained in:
parent
60416e447c
commit
ecdf3d30eb
Before Width: | Height: | Size: 20 MiB After Width: | Height: | Size: 20 MiB |
0
src/utils/__init__.py
Normal file
0
src/utils/__init__.py
Normal file
@ -14,7 +14,7 @@ def clamp(mn, value, mx):
|
||||
|
||||
|
||||
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
|
||||
input_path = input("Input image: ")
|
||||
output_path = input(f"Output dir (default: {DEFAULT_PATH}): ")
|
Loading…
Reference in New Issue
Block a user