6 lines
94 B
Python
6 lines
94 B
Python
from trygo_py_cliclient.config.config import (
|
|
GeneralConfig,
|
|
)
|
|
|
|
__all__ = ["GeneralConfig"]
|