klayout/src/pymod/distutils_src/pya/__init__.py

8 lines
305 B
Python

# import all packages from klayout, such as klayout.db and klayout.tl
# WARNING: doing it manually until it becomes impractical
# TODO: We need a specification document explaining what should go into pya
from klayout.db import * # noqa
from klayout.tl import * # noqa
from klayout.rdb import * # noqa