MCPcopy Create free account
hub / github.com/VAST-AI-Research/TriplaneGaussian / Config

Class Config

tgs/utils/base.py:71–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69class BaseObject(Updateable):
70 @dataclass
71 class Config:
72 pass
73
74 cfg: Config # add this to every subclass of BaseObject to enable static type checking
75

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected