anshul commit

This commit is contained in:
2025-10-10 21:40:07 -05:00
parent 69b0e4a59f
commit db442aa675
8 changed files with 193962 additions and 4 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "musi"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12.11"
dependencies = [
"muselsl>=2.3.1",
]