parent
e9e3779018
commit
94e85a8f36
2 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ ROOT = [
|
|||
|
||||
class Project:
|
||||
"""Current project."""
|
||||
|
||||
def __init__(self: Project, projects: Projects) -> None:
|
||||
"""Set projects, branch, name, root & url."""
|
||||
self.projects = projects
|
||||
|
|
|
@ -19,6 +19,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