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; mod neural;
use neural::NeuralNetwork; use neural::NeuralNetwork;
use std::error::Error;
// Entry-Point // Entry-Point
fn main() { fn main() {
// Getting Running Mode First // Getting Running Mode First