diff --git a/python_basics/dataconf/README.md b/python_basics/dataconf/README.md index 48deecb..3f9b3f7 100644 --- a/python_basics/dataconf/README.md +++ b/python_basics/dataconf/README.md @@ -152,6 +152,12 @@ Config(id=1, date=Date(day=22, month=7, year=1983, hour=1, minute=37, second=12) Experiment IV ``` +You can split the config file into several via: + +```python +cfg = dataconf.multi.file("network.json").file("dataset.json").file("def.json").on(Config) +``` + I have not tested the other properties of [dataconf](https://github.com/zifeo/dataconf). It is told that it can also use config information from different sources: