X7ROOT File Manager
Current Path:
/opt/hc_python/lib/python3.12/site-packages/virtualenv/activation
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
virtualenv
/
activation
/
ðŸ“
..
📄
__init__.py
(464 B)
ðŸ“
__pycache__
📄
activator.py
(1.39 KB)
ðŸ“
bash
ðŸ“
batch
ðŸ“
cshell
ðŸ“
fish
ðŸ“
nushell
ðŸ“
powershell
ðŸ“
python
📄
via_template.py
(2.97 KB)
Editing: __init__.py
from __future__ import annotations 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", "BatchActivator", "CShellActivator", "FishActivator", "NushellActivator", "PowerShellActivator", "PythonActivator", ]
Upload File
Create Folder