docstring/class
This commit is contained in:
parent
7dd1dc6dcf
commit
e9e3779018
2 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ ROOT = [
|
|||
|
||||
|
||||
class Project:
|
||||
"""Current project."""
|
||||
def __init__(self: Project, projects: Projects) -> None:
|
||||
"""Set projects, branch, name, root & url."""
|
||||
self.projects = projects
|
||||
|
|
|
@ -18,6 +18,7 @@ SERVER_URL = [
|
|||
|
||||
|
||||
class Projects:
|
||||
"""Other projects."""
|
||||
def __init__(self: Projects) -> None:
|
||||
"""Set environment, group, name & url."""
|
||||
self.environment = os.environ
|
||||
|
|
Loading…
Reference in a new issue