UNPKG

label-studio

Version:

Data Labeling Tool that is backend agnostic and can be embedded into your applications

8 lines (5 loc) 159 B
import { types } from "mobx-state-tree"; const BaseTool = types.model("BaseTool", {}).actions(self => ({ fromStateJSON() {}, })); export default BaseTool;