diff --git a/src/common/wolves.rs b/src/common/wolves.rs index 71f30c0..766ee92 100644 --- a/src/common/wolves.rs +++ b/src/common/wolves.rs @@ -188,4 +188,14 @@ pub mod cns { } } } -} \ No newline at end of file +} + +/** + Get and store the data on C&S committees +*/ +pub mod committees {} + +/** +get the data for an individual user +*/ +pub mod individual {} \ No newline at end of file