mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-22 09:54:43 -05:00
8 lines
207 B
TypeScript
8 lines
207 B
TypeScript
import { Batch } from "./batch"
|
|
import { DBM } from "./db_manager"
|
|
import { bufferToBase64, log } from "../../utility/utility_functions"
|
|
|
|
export function initializeBatch() {
|
|
/* Register batch here **/
|
|
}
|