Skip to content

Commit cf1a2c0

Browse files
committed
Change neural net dependancy to a proper submodule
1 parent 2d64e2f commit cf1a2c0

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "ffnn"]
2+
path = ffnn
3+
url = git@github.com:jpypi/ffnn

ant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pyglet as _pyglet
22

33
from vector import Vector as _Vector
4-
from NN.neuralnet import NeuralNet as _NeuralNet
4+
from ffnn.neuralnet import NeuralNet as _NeuralNet
55

66
ANT_IMAGE = "resources/images/ant.png"
77

ffnn

Submodule ffnn added at bc61f86

0 commit comments

Comments
 (0)