Added __init__.py file to Python package.

This commit is contained in:
Matthias Koefferlein
2018-07-15 19:33:44 +00:00
parent 8c63069697
commit 9dcfa140c3
2 changed files with 13 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
# klayout library definition file
__all__ = [ "tl", "db", "lay", "rdb" ]