mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-08 17:24:18 +01:00
Added class doc string
This commit is contained in:
parent
485f52fe5d
commit
c5f024dcbb
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ from __metadata__ import MetaData as _meta_
|
||||||
|
|
||||||
|
|
||||||
class PkgDesc(object):
|
class PkgDesc(object):
|
||||||
|
"""Print package description from the repository
|
||||||
|
"""
|
||||||
def __init__(self, name, repo, paint):
|
def __init__(self, name, repo, paint):
|
||||||
self.name = name
|
self.name = name
|
||||||
self.repo = repo
|
self.repo = repo
|
||||||
|
|
Loading…
Reference in a new issue