Initial commit
This commit is contained in:
commit
213e531428
7 changed files with 422 additions and 0 deletions
8
pyproject.toml
Normal file
8
pyproject.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[project]
|
||||
name = "project-name"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13,<3.14"
|
||||
dependencies = []
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue