8 lines
246 B
Python
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'
|