Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Jan 4, 2025
1 parent a5db615 commit 0ae499c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ use std::collections::HashMap;
mod control;
mod core;
mod image_to_text;

use crate::core::image_instrument::ImageInstrument;
mod instruments;
use crate::image_to_text::ImageToText;
use crate::instruments::image_instrument::ImageInstrument;
use control::Control;

const API_KEY: &str = "999999999999999999999999999";
Expand Down

0 comments on commit 0ae499c

Please sign in to comment.