Initial commit.

This commit is contained in:
Pavel Kirilin
2026-04-28 18:32:01 +02:00
commit d1bc5ef8aa
5 changed files with 227 additions and 0 deletions

7
pyproject.toml Normal file
View File

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