mirror of https://github.com/KLayout/klayout.git
8 lines
305 B
Python
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
|