AlkantarClanX12

Your IP : 18.219.25.226


Current Path : /opt/hc_python/lib/python3.8/site-packages/virtualenv/activation/powershell/
Upload File :
Current File : //opt/hc_python/lib/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",
]