Rename files

This commit is contained in:
Norbert Litkowski 2019-04-29 12:49:54 +01:00
parent a9c0ae6a10
commit e45c01fa1e

View File

@ -1,7 +1,7 @@
import pygame as pg import pygame as pg
import numpy as np import numpy as np
import random import random
from UI.Grid import Grid, Node from UI.grid import Grid, Node
from UI.Apath import a_path from UI.Apath import a_path