forked from p15670423/monkey
Island: Improve docstring for Version
This commit is contained in:
parent
8586d89062
commit
89c24232c0
|
@ -17,7 +17,9 @@ logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
class Version:
|
class Version:
|
||||||
"""
|
"""
|
||||||
Class which get current version, latest version and download link for the latest version
|
Information about the Island's version
|
||||||
|
|
||||||
|
Provides the current version, latest version, and download link for the latest version.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, version_number: str, deployment: Deployment):
|
def __init__(self, version_number: str, deployment: Deployment):
|
||||||
|
|
Loading…
Reference in New Issue