Move all code into musicplayer module

This commit is contained in:
Alexander Heldt
2025-11-22 18:57:17 +01:00
parent 249b0671e4
commit d01b6d3f18
14 changed files with 22 additions and 22 deletions

View File

@@ -1,8 +1,8 @@
import gleam/erlang/process.{type Name}
import input/input.{type Listener}
import input/key.{type Key}
import mpv/mpv
import musicplayer/input/input.{type Listener}
import musicplayer/input/key.{type Key}
import musicplayer/mpv/mpv
pub fn main() -> Nil {
let exit = process.new_subject()