from django.conf import settings class RootDirectory: def __init__(self): self.label = "root" self.path = settings.BASE_DIR / "evibes"