docstring/init
This commit is contained in:
parent
f54c9d598b
commit
7dd1dc6dcf
2 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ ROOT = [
|
||||||
|
|
||||||
class Project:
|
class Project:
|
||||||
def __init__(self: Project, projects: Projects) -> None:
|
def __init__(self: Project, projects: Projects) -> None:
|
||||||
|
"""Set projects, branch, name, root & url."""
|
||||||
self.projects = projects
|
self.projects = projects
|
||||||
# branch
|
# branch
|
||||||
for variable in BRANCH:
|
for variable in BRANCH:
|
||||||
|
|
|
@ -19,6 +19,7 @@ SERVER_URL = [
|
||||||
|
|
||||||
class Projects:
|
class Projects:
|
||||||
def __init__(self: Projects) -> None:
|
def __init__(self: Projects) -> None:
|
||||||
|
"""Set environment, group, name & url."""
|
||||||
self.environment = os.environ
|
self.environment = os.environ
|
||||||
# group, name
|
# group, name
|
||||||
for variable in GROUP_AND_NAME:
|
for variable in GROUP_AND_NAME:
|
||||||
|
|
Loading…
Reference in a new issue