]> git.r.bdr.sh - rbdr/lyricli/blame_incremental - Sources/source_protocol.swift
Add mentions of CI to CONTRIBUTING
[rbdr/lyricli] / Sources / source_protocol.swift
... / ...
CommitLineData
1protocol Source {
2 var currentTrack: Track? { get }
3}