Files
yakpanel-core/class/sewer/__version__.py

8 lines
235 B
Python
Raw Normal View History

2026-04-07 02:04:22 +05:30
__title__ = "sewer"
__description__ = "Sewer is a programmatic Lets Encrypt(ACME) client"
__url__ = "https://github.com/komuw/sewer"
__version__ = "0.7.2"
__author__ = "komuW"
__author_email__ = "komuw05@gmail.com"
__license__ = "MIT"