aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-core/src/util/filesystem.rs
blob: efcb0fb811be8aca7280f865b830c51f74bddeba (plain)
1
2
3
4
5
6
7
8
#[derive(Default)]
pub struct Filesystem;

impl Filesystem {
    pub fn new() -> Self {
        Self {}
    }
}