Skip to content

Commit

Permalink
chore(main): use better way for importing modules
Browse files Browse the repository at this point in the history
  • Loading branch information
walker84837 committed Dec 13, 2024
1 parent 6c6e215 commit c41164d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ use std::{
mod get_config;
mod image_ops;

use get_config::*;
use image_ops::*;
use crate::{
get_config::{get_config_int, get_config_str},
image_ops::save_image,
};

#[derive(Debug, Parser)]
struct Args {
Expand Down

0 comments on commit c41164d

Please sign in to comment.