PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
setoptconf
/
source
/
Editing: base.py
__all__ = ("Source",) class Source(object): def get_config(self, settings, manager=None, parent=None): raise NotImplementedError()
SAVE
CANCEL