import { Batch } from "./batch" import { DBM } from "./db_manager" import { bufferToBase64, log } from "../../utility/utility_functions" export function initializeBatch() { /* Register batch here **/ }