aboutsummaryrefslogtreecommitdiff
path: root/src/settings.rs
blob: 9d29cfec6e34c9d19b0a7d3e4e709c1cbd7d5c65 (plain)
1
2
3
4
5
6
7
8
9
10
pub struct Settings {
}

impl Default for Settings {
    fn default() -> Self {
        Self {
            
        }
    }
}