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