blender-gdsimporter/gds/__init__.py
Julian Daube 5d939157ed initial commit (work in progress)
python version of parser works, BUT
does not support AREF and SREF at the moment
2019-07-01 11:45:02 +02:00

8 lines
158 B
Python

from .library import Library
from .structure import Structure
from .elements import *
from .record import *
from .reader import Reader
from .parser import *