mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-27 09:58:10 +01:00
Added class doc string
This commit is contained in:
parent
b490d5dc0a
commit
1257e15f92
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ from __metadata__ import MetaData as _meta_
|
||||||
|
|
||||||
|
|
||||||
class NewConfig(object):
|
class NewConfig(object):
|
||||||
|
"""Manage .new configuration files
|
||||||
|
"""
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.meta = _meta_
|
self.meta = _meta_
|
||||||
self.red = self.meta.color["RED"]
|
self.red = self.meta.color["RED"]
|
||||||
|
|
Loading…
Reference in a new issue