aboutsummaryrefslogtreecommitdiff
path: root/karlc/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'karlc/src/main.rs')
-rw-r--r--karlc/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/karlc/src/main.rs b/karlc/src/main.rs
index b9ce981..ed09069 100644
--- a/karlc/src/main.rs
+++ b/karlc/src/main.rs
@@ -1,7 +1,7 @@
pub mod client;
pub mod pretty;
-use crate::pretty::fmt_condition;
+use crate::{pretty::fmt_condition, client::Client};
use chrono::{NaiveDateTime, Utc};
use clap::{Args, Parser, Subcommand};
use karlcommon::{socket_path, version, ClientboundPacket, Schedule, ServerboundPacket, Task};