From 099afe66ecfb569a8a04b66425ded29665e6a37c Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sat, 13 Feb 2021 19:37:00 +0000 Subject: Implement history import --- src/command/mod.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/command/mod.rs (limited to 'src/command/mod.rs') diff --git a/src/command/mod.rs b/src/command/mod.rs new file mode 100644 index 00000000..c61d2280 --- /dev/null +++ b/src/command/mod.rs @@ -0,0 +1,2 @@ +pub mod history; +pub mod import; -- cgit v1.3.1