Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
129
class
ProgressCategory:
130
def
__init__(self, id: str, name: str) -> None:
131
self.id = id
132
self.name = name
133
134
135
class
ProjectConfig:
Callers
1
configure.py
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected