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