DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
219 Bytes
import { AsapAction } from './AsapAction';
import { AsapScheduler } from './AsapScheduler';
export const asapScheduler = new AsapScheduler(AsapAction);
export const asap = asapScheduler;
//# sourceMappingURL=asap.js.map