golden hour
/usr/local/lib/python3.6/site-packages/virtualenv/activation
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
428 B
Del
OK
__pycache__
-
Del
OK
activator.py
1.35 KB
Del
OK
bash
-
Del
OK
batch
-
Del
OK
cshell
-
Del
OK
fish
-
Del
OK
nushell
-
Del
OK
powershell
-
Del
OK
python
-
Del
OK
via_template.py
2.44 KB
Del
OK
Edit: __init__.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", ]
Save