inire/inire/__init__.py
2026-03-07 08:26:29 -08:00

8 lines
246 B
Python

"""
inire Wave-router
"""
from .geometry.primitives import Port as Port # noqa: PLC0414
from .geometry.components import Straight as Straight, Bend90 as Bend90, SBend as SBend # noqa: PLC0414
__author__ = 'Jan Petykiewicz'
__version__ = '0.1'