Added models mod.rs

This commit is contained in:
DylanCa 2023-12-29 02:50:42 +01:00
parent b89acbdd11
commit fd3a4351c5

3
src/models/mod.rs Normal file
View file

@ -0,0 +1,3 @@
pub mod activity_data;
pub mod activity;
pub mod client;