feat: scaffold new project with initial files and Python 3.13 configuration.

This commit is contained in:
Lamueno
2026-01-02 16:25:28 +08:00
commit 199a1f35d6
5 changed files with 250 additions and 0 deletions

7
pyproject.toml Normal file
View File

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