From a21ad9852c22fe1692ef11ad6eb2fde28b25c593 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 28 Dec 2023 01:59:10 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- python_basics/dataconf/README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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: