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