summaryrefslogtreecommitdiff
path: root/schist_desktop_gui/src/config.rs
blob: cab9ebaceb7cb33ea217a2ef59011c0e429a6c1e (plain)
1
2
3
4
5
6
7
8
#[derive(Clone)]
pub struct Config {}

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