5 lines
57 B
Python
5 lines
57 B
Python
|
|
from .example import example
|
||
|
|
|
||
|
|
__all__ = [
|
||
|
|
"example"
|
||
|
|
]
|