docstring/init

This commit is contained in:
Marc Beninca 2024-08-19 18:15:24 +02:00
parent f54c9d598b
commit 7dd1dc6dcf
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ ROOT = [
class Project:
def __init__(self: Project, projects: Projects) -> None:
"""Set projects, branch, name, root & url."""
self.projects = projects
# branch
for variable in BRANCH:

View file

@ -19,6 +19,7 @@ SERVER_URL = [
class Projects:
def __init__(self: Projects) -> None:
"""Set environment, group, name & url."""
self.environment = os.environ
# group, name
for variable in GROUP_AND_NAME: