📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 14:48:42
📂
/
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
virtualenv
/
activation
/
bash
✏️
Editing: __init__.py
from pathlib import Path from ..via_template import ViaTemplateActivator class BashActivator(ViaTemplateActivator): def templates(self): yield "activate.sh" def as_name(self, template): return Path(template).stem __all__ = [ "BashActivator", ]
💾 Save Changes
❌ Cancel