group-wbl/.venv/lib/python3.13/site-packages/dotenv/__main__.py

7 lines
129 B
Python
Raw Permalink Normal View History

2026-01-09 09:48:03 +08:00
"""Entry point for cli, enables execution with `python -m dotenv`"""
from .cli import cli
if __name__ == "__main__":
cli()