make tfcfm only branch

This commit is contained in:
Nayan Sawyer
2026-04-04 16:45:10 -04:00
parent 28d8abcfff
commit e23e4cdbf2
14 changed files with 388 additions and 997 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "tfc-forge-macro"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pynput>=1.7.6",
]