added dijkstra.py file to utils

This commit is contained in:
2024-06-30 00:08:20 +02:00
parent 075ac738e4
commit ff2c184c65
2 changed files with 87 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ def clamp(mn, value, mx):
def main():
# 2024-06-27_21.01.45_Lycacraft_minecraft~overworld_day.png
# 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}): ")