doc/project

This commit is contained in:
Marc Beninca 2024-09-17 12:22:15 +02:00
parent 1b6e120470
commit 1e14eaf12d
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -28,7 +28,11 @@ class Project:
"""Current project."""
def __init__(self, projects: Projects) -> None:
"""Set projects, branch, name, root & url."""
"""Set projects, branch, name, root & url.
:param projects: parent class with environment
:type projects: Projects
"""
self.projects = projects
# branch
for variable in BRANCH: