Initial commit

This commit is contained in:
2025-11-05 14:59:52 +06:00
commit 1099616a4e
7 changed files with 209 additions and 0 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[project]
name = "swap"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"psutil>=7.1.3",
]
[dependency-groups]
dev = [
"line-profiler>=5.0.0",
]