7 lines
62 B
Python
7 lines
62 B
Python
__all__ = [
|
|
"config",
|
|
"lin",
|
|
]
|
|
|
|
__version__ = "0.1.0"
|