This commit is contained in:
ryan
2026-02-20 09:54:50 -05:00
parent a8c34d5874
commit 13c65dfdf6
5 changed files with 127 additions and 0 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "series-fixer"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []