first commit
This commit is contained in:
7
venv/bin/email_validator
Normal file
7
venv/bin/email_validator
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/data/vconnect-api/venv/bin/python3
|
||||
import sys
|
||||
from email_validator.__main__ import main
|
||||
if __name__ == '__main__':
|
||||
if sys.argv[0].endswith('.exe'):
|
||||
sys.argv[0] = sys.argv[0][:-4]
|
||||
sys.exit(main())
|
||||
Reference in New Issue
Block a user