summaryrefslogtreecommitdiff
path: root/src/dev/init.rs
blob: 01cfd9f0cbd1cdcc79400db0d8e7512ceddbee49 (plain)
1
2
3
4
5
use anyhow::Result;

pub fn init() -> Result<()> {
    todo!()
}