2026-03-06 18:48:04 -08:00
|
|
|
"""
|
2026-03-07 08:26:29 -08:00
|
|
|
inire Wave-router
|
2026-03-06 18:48:04 -08:00
|
|
|
"""
|
2026-03-07 08:26:29 -08:00
|
|
|
from .geometry.primitives import Port as Port # noqa: PLC0414
|
|
|
|
|
from .geometry.components import Straight as Straight, Bend90 as Bend90, SBend as SBend # noqa: PLC0414
|
2026-03-06 18:48:04 -08:00
|
|
|
|
|
|
|
|
__author__ = 'Jan Petykiewicz'
|
|
|
|
|
__version__ = '0.1'
|