Removed mod term

This commit is contained in:
Armin Ronacher 2025-06-17 11:28:13 +02:00
parent 34a2bcce49
commit 7ef07e61c5

View file

@ -2,7 +2,6 @@ mod api_server;
mod http_server;
mod protocol;
mod sessions;
mod term;
mod tty_spawn;
use std::env;