Files
weirsoe-party-protocol/.venv/bin/dotenv

7 lines
201 B
Python
Executable File

#!/home/coder/repos/weirsoe-party-protocol/.venv/bin/python
import sys
from dotenv.__main__ import cli
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(cli())