import { catcher, catcher_async, squish_option } from "utils";
import { Conversation, Database, Message, Preset } from "types";
import { Option } from "optionals";
import { URL } from "utils";
const DB_PATH = "./db.json";
export async function get_db_obj(): Promise