This commit is contained in:
암냥 2026-05-28 08:18:13 +09:00
commit b678e844f6
10 changed files with 732 additions and 1 deletions

13
pyproject.toml Normal file
View file

@ -0,0 +1,13 @@
[project]
name = "assaultcube-esp"
version = "0.1.0"
description = "Cool Hack"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pymeow",
"pynput>=1.8.2",
]
[tool.uv.sources]
pymeow = { path = "packages/pyMeow-1.73.42.zip" }