@@ -0,0 +1,4 @@
+from mnist import MNIST
+
+mndata = MNIST('../../resources/download')
+images, labels = mndata.load_training()