PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
virtualenv
/
activation
/
powershell
from ..via_template import ViaTemplateActivator class PowerShellActivator(ViaTemplateActivator): def templates(self): yield "activate.ps1" __all__ = [ "PowerShellActivator", ]
[+]
..
[+]
__pycache__
[-] activate.ps1
[open]
[-] __init__.py
[open]