explicitly re-export some names
This commit is contained in:
parent
99c22d572f
commit
6f3ae5a64f
3 changed files with 47 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue