Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-28 01:59:10 +01:00 committed by GitHub
parent 712ba01b64
commit a21ad9852c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: