Your IP : 216.73.216.74


Current Path : /usr/local/python-3.9/lib/python3.9/site-packages/virtualenv/activation/powershell/
Upload File :
Current File : //usr/local/python-3.9/lib/python3.9/site-packages/virtualenv/activation/powershell/__init__.py

from ..via_template import ViaTemplateActivator


class PowerShellActivator(ViaTemplateActivator):
    def templates(self):
        yield "activate.ps1"


__all__ = [
    "PowerShellActivator",
]