Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
opt
/
imunify360
/
venv
/
bin
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/imunify360/venv/bin/pw_migrate
#!/builddir/build/BUILD/imunify360-venv-2.3.2/opt/imunify360/venv/bin/python3 # -*- coding: utf-8 -*- import re import sys from peewee_migrate.cli import cli if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) sys.exit(cli())