You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- __version__ = "0.0.1.99"
-
- from .logger import get_module_logger
-
-
- def init(**kwargs):
- from .config import C
-
- C.update(**kwargs)
-
- logger = get_module_logger("Initialization")
- logger.info(f"init learnware market with {kwargs}")
|