Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
712ba01b64
commit
a21ad9852c
1 changed files with 6 additions and 0 deletions
|
@ -152,6 +152,12 @@ Config(id=1, date=Date(day=22, month=7, year=1983, hour=1, minute=37, second=12)
|
||||||
Experiment IV
|
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).
|
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:
|
It is told that it can also use config information from different sources:
|
||||||
|
|
Loading…
Reference in a new issue