golden hour
/opt/cloudlinux/venv/lib/python3.11/site-packages/cllicense
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
294 B
Del
OK
__pycache__
-
Del
OK
cl_license_arg_parse.py
2.21 KB
Del
OK
license.py
8.24 KB
Del
OK
license_lib.py
2.66 KB
Del
OK
Edit: __init__.py
# -*- coding: utf-8 -*- # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2019 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENSE.TXT from .license_lib import CloudlinuxLicenseLib __all__ = [ "CloudlinuxLicenseLib" ]
Save