Add modules

This commit is contained in:
Daniel Sanchez Quiros 2022-09-29 16:25:47 +02:00
parent 84d251ff1b
commit 88b4a6446d
4 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
mod events;
mod general;
mod node_management;
#[cfg(test)]
mod tests {

View File

View File

@ -0,0 +1,2 @@
mod config;
mod node;

View File