Initial Commit

This commit is contained in:
Exil Productions
2025-12-19 20:18:56 +01:00
commit 0cb370f8ec
22 changed files with 1804 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
__version__ = "0.1.0"
from .reader import V2AReader, V2AHeader, V2AFrame
from .terminal import TerminalRenderer, get_terminal_size
from .audio_player import create_audio_player
from .player import V2APlayer