black formatting

This commit is contained in:
Frank Martinez
2025-09-26 13:23:01 -05:00
parent 8e51db4072
commit 591e8a36b3
205 changed files with 381 additions and 853 deletions

View File

@@ -6,7 +6,6 @@ from Base.Metadata import export, constmethod
from Base.BaseClass import BaseClass
from typing import Final, List, Dict
@export(Include="Mod/Material/App/ModelManager.h", Namespace="Materials", Constructor=True)
class ModelManager(BaseClass):
"""
@@ -25,13 +24,13 @@ class ModelManager(BaseClass):
Models: Final[Dict] = ...
"""List of model libraries."""
def getModel(self) ->...:
def getModel(self) -> ...:
"""
Get a model object by specifying its UUID
"""
...
def getModelByPath(self) ->...:
def getModelByPath(self) -> ...:
"""
Get a model object by specifying its path
"""