golden hour
/opt/cloudlinux/venv/lib/python3.11/site-packages/clwizard
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
270 B
Del
OK
__pycache__
-
Del
OK
cli
-
Del
OK
config
-
Del
OK
constants.py
1.44 KB
Del
OK
exceptions.py
1.49 KB
Del
OK
modules
-
Del
OK
parser.py
4.61 KB
Del
OK
utils.py
3.12 KB
Del
OK
wizard.py
14.61 KB
Del
OK
Edit: __init__.py
# coding=utf-8 # # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2021 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENCE.TXT # from .wizard import CloudlinuxWizard __all__ = ('CloudlinuxWizard',)
Save