golden hour
/opt/cloudlinux/venv/lib/python3.11/site-packages/lvestats
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
275 B
Del
OK
__pycache__
-
Del
OK
burstwatcher
-
Del
OK
core
-
Del
OK
eventloop
-
Del
OK
lib
-
Del
OK
main.py
2.74 KB
Del
OK
orm
-
Del
OK
plugins
-
Del
OK
snapshots
-
Del
OK
utils
-
Del
OK
version.py
376 B
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 .version import VERSION __author__ = 'iseletsk' __version__ = VERSION
Save