mirror of
https://github.com/Steffo99/cfig.git
synced 2024-11-21 15:34:20 +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()
|
||||
```
|
||||
|
||||
```python
|
||||
from .mycfig import SECRET_KEY
|
||||
|
||||
print(f"My SECRET_KEY is: {SECRET_KEY})
|
||||
```
|
||||
|
||||
```console
|
||||
$ python -m cfig.sample
|
||||
=== Configuration ===
|
||||
|
|
Loading…
Reference in a new issue