Updated KLayout Python Module Prototype (markdown)

Matthias Köfferlein 2018-06-24 22:38:38 +02:00
parent 1dc86c93c2
commit 3846afa0a8
1 changed files with 1 additions and 0 deletions

@ -33,6 +33,7 @@ export PYTHONPATH=<your-installation-path>/pymod
python
>>> import klayout.db as db
>>> print(str(db.DBox(0, 0, 100, 200))
(0,0;100,200)
```
## Using the module