explicitly re-export some names

This commit is contained in:
Jan Petykiewicz 2024-07-28 23:22:21 -07:00
commit 6f3ae5a64f
3 changed files with 47 additions and 10 deletions

View file

@ -91,5 +91,12 @@ $$
"""
from . import solvers, operators, functional, scpml, waveguide_2d, waveguide_3d
from . import (
solvers as solvers,
operators as operators,
functional as functional,
scpml as scpml,
waveguide_2d as waveguide_2d,
waveguide_3d as waveguide_3d,
)
# from . import farfield, bloch TODO