Moved battery, os docking into a new "v1" module

Added all_info to a module in v1
This commit is contained in:
Jordon Brooks 2023-06-25 11:53:22 +01:00
parent 8169dfd022
commit 1e5bda520a
16 changed files with 18 additions and 16 deletions

2
src/v1/battery/mod.rs Normal file
View file

@ -0,0 +1,2 @@
pub mod stats;
pub mod structs;