AgentVerse's picture
first commit
670a607
raw
history blame contribute delete
128 Bytes
import Cube from './Cube';
import Base from '../base/Base';
export default function Factory(
config?: Base.IConfig
): Cube;