MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / ProgressCategory

Class ProgressCategory

tools/project.py:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127
128
129class ProgressCategory:
130 def __init__(self, id: str, name: str) -> None:
131 self.id = id
132 self.name = name
133
134
135class ProjectConfig:

Callers 1

configure.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected