demoweb/venv/bin/automat-visualize
Mai Gillmann 4791d00a43 17.12
2019-12-17 14:09:10 +01:00

12 lines
271 B
Python
Executable File

#!/Users/gillmannma68984/PycharmProjects/git/demoweb/venv/bin/python
# -*- coding: utf-8 -*-
import re
import sys
from automat._visualize import tool
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(tool())