redhead/bin/daphne

8 lines
264 B
Python
Executable File

#!/Users/jariancottingham/Projects/redhead/bin/python3.13
import sys
from daphne.cli import CommandLineInterface
if __name__ == '__main__':
if sys.argv[0].endswith('.exe'):
sys.argv[0] = sys.argv[0][:-4]
sys.exit(CommandLineInterface.entrypoint())