4 lines
47 B
Python
4 lines
47 B
Python
from . import mod2 # noqa
|
|
|
|
__all__ = ["mod2"]
|
from . import mod2 # noqa
|
|
|
|
__all__ = ["mod2"]
|