Current Path : /opt/hc_python/lib64/python3.8/site-packages/virtualenv/activation/powershell/ |
Current File : //opt/hc_python/lib64/python3.8/site-packages/virtualenv/activation/powershell/__init__.py |
from __future__ import annotations from virtualenv.activation.via_template import ViaTemplateActivator class PowerShellActivator(ViaTemplateActivator): def templates(self): yield "activate.ps1" __all__ = [ "PowerShellActivator", ]