lots more work on klayout approach

This commit is contained in:
Jan Petykiewicz 2023-06-09 00:38:19 -07:00
commit 0ffe18c9f1
9 changed files with 303 additions and 170 deletions

View file

@ -51,3 +51,6 @@ dependencies = [
[tool.hatch.version]
path = "snarled/__init__.py"
[project.scripts]
snarled = "snarled.main:main"