feat(interpreter): add shebang to call Python

This commit is contained in:
inference 2025-06-25 21:34:25 +00:00
parent 621deb316e
commit ca910b8f98
Signed by: inference
SSH Key Fingerprint: SHA256:/O3c09/4f1lh4zrhFs2qvQEDda6dZbTwG9xEcj8OfWo

View File

@ -1,5 +1,7 @@
#!/usr/bin/env python
# Duplicate Check
# Version: 0.5.0
# Version: 0.6.0
# Copyright 2025 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause
# SPDX-License-Identifier: BSD-3-Clause