Removed unused import

This commit is contained in:
Maddox Werts 2025-03-17 12:13:47 -04:00
parent 31c30ed200
commit 224ef39603

View file

@ -3,8 +3,6 @@ mod config;
mod neural;
use neural::NeuralNetwork;
use std::error::Error;
// Entry-Point
fn main() {
// Getting Running Mode First