6 lines
70 B
Python
6 lines
70 B
Python
from .api import Config
|
|
|
|
__version__ = "0.0.1"
|
|
__all__ = ('Config',)
|
|
|