refactor: refactor toolset (not finished)

This commit is contained in:
2025-07-23 22:35:47 +08:00
parent 685a0b8066
commit 9f591113f8
10 changed files with 658 additions and 54 deletions

3
bbp_ng/tools/bme.py Normal file
View File

@ -0,0 +1,3 @@
import enum
from typing import Optional, Self
from pydantic import BaseModel, RootModel, Field, model_validator, ValidationError