mirror of
https://github.com/Steffo99/cfig.git
synced 2024-11-21 23:44:21 +00:00
🗒️ Add additional example to README.md
This commit is contained in:
parent
a824663553
commit
4ab8e6dad9
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ if __name__ == "__main__":
|
||||||
config.cli()
|
config.cli()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```python
|
||||||
|
from .mycfig import SECRET_KEY
|
||||||
|
|
||||||
|
print(f"My SECRET_KEY is: {SECRET_KEY})
|
||||||
|
```
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ python -m cfig.sample
|
$ python -m cfig.sample
|
||||||
=== Configuration ===
|
=== Configuration ===
|
||||||
|
|
Loading…
Reference in a new issue