We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d64e2f commit cf1a2c0Copy full SHA for cf1a2c0
3 files changed
.gitmodules
@@ -0,0 +1,3 @@
1
+[submodule "ffnn"]
2
+ path = ffnn
3
+ url = git@github.com:jpypi/ffnn
ant.py
@@ -1,7 +1,7 @@
import pyglet as _pyglet
from vector import Vector as _Vector
4
-from NN.neuralnet import NeuralNet as _NeuralNet
+from ffnn.neuralnet import NeuralNet as _NeuralNet
5
6
ANT_IMAGE = "resources/images/ant.png"
7
ffnn
0 commit comments