#!/Users/leonardozwirtes/Documents/Projects/logs-interceptor-python/.venv310/bin/python
import sys
from mypy.__main__ import console_entry
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(console_entry())
