1
0

refactor: refactoring old code

This commit is contained in:
2026-06-02 21:08:48 +08:00
parent 0a165dc906
commit 0812e065b5
15 changed files with 534 additions and 1 deletions

7
legacy/pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "lcr-connector"
version = "0.1.0"
description = "Use as much 3 devices to reach target value for resistor, capacitor and inductor."
readme = "README.md"
requires-python = ">=3.11"
dependencies = []