mirror of
https://github.com/Danny-de-bree/fullstaq-operator.git
synced 2026-08-26 19:57:13 +00:00
first commit
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/Users/dannydebree/Projects/fullstaq-operator/k8s_operator/bin/python3.11
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
from charset_normalizer.cli import cli_detect
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(cli_detect())
|
||||
Reference in New Issue
Block a user