5 lines
61 B
Python
5 lines
61 B
Python
from .__interface import Interface
|
|
|
|
|
|
__all__ = ["Interface"]
|
from .__interface import Interface
|
|
|
|
|
|
__all__ = ["Interface"]
|