.. | |||||
__pycache__ | |||||
bash | |||||
batch | |||||
cshell | |||||
fish | |||||
nushell | |||||
powershell | |||||
python | |||||
__init__.py | |||||
activator.py | |||||
via_template.py |
from .bash import BashActivator from .batch import BatchActivator from .cshell import CShellActivator from .fish import FishActivator from .nushell import NushellActivator from .powershell import PowerShellActivator from .python import PythonActivator __all__ = [ "BashActivator", "PowerShellActivator", "CShellActivator", "PythonActivator", "BatchActivator", "FishActivator", "NushellActivator", ]
.. | |||||
__pycache__ | |||||
bash | |||||
batch | |||||
cshell | |||||
fish | |||||
nushell | |||||
powershell | |||||
python | |||||
__init__.py | |||||
activator.py | |||||
via_template.py |