doc/project
This commit is contained in:
parent
1b6e120470
commit
1e14eaf12d
1 changed files with 5 additions and 1 deletions
|
@ -28,7 +28,11 @@ class Project:
|
||||||
"""Current project."""
|
"""Current project."""
|
||||||
|
|
||||||
def __init__(self, projects: Projects) -> None:
|
def __init__(self, projects: Projects) -> None:
|
||||||
"""Set projects, branch, name, root & url."""
|
"""Set projects, branch, name, root & url.
|
||||||
|
|
||||||
|
:param projects: parent class with environment
|
||||||
|
:type projects: Projects
|
||||||
|
"""
|
||||||
self.projects = projects
|
self.projects = projects
|
||||||
# branch
|
# branch
|
||||||
for variable in BRANCH:
|
for variable in BRANCH:
|
||||||
|
|
Loading…
Reference in a new issue