Switched to static config embedded in python code to environment based variables.
This commit is contained in:
parent
e7786593e1
commit
0fc9aee963
30 changed files with 5794 additions and 26 deletions
6
env/Lib/site-packages/dotenv/__main__.py
vendored
Normal file
6
env/Lib/site-packages/dotenv/__main__.py
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
"""Entry point for cli, enables execution with `python -m dotenv`"""
|
||||
|
||||
from .cli import cli
|
||||
|
||||
if __name__ == "__main__":
|
||||
cli()
|
||||
Loading…
Add table
Add a link
Reference in a new issue