dev:
    cargo watch -w src -s "cargo run -- edit dev.paf"
    
play:
    cargo watch -w src -s "cargo run -- play dev.paf"

