Added python prettier plugin

This commit is contained in:
2025-09-19 19:35:48 +08:00
parent f72010bd69
commit c9379f0edb
8 changed files with 682 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
/* tslint:disable */
/* eslint-disable */
export const memory: WebAssembly.Memory;
export const format: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
export const __wbindgen_export_0: (a: number, b: number) => number;
export const __wbindgen_export_1: (a: number, b: number, c: number, d: number) => number;
export const __wbindgen_add_to_stack_pointer: (a: number) => number;
export const __wbindgen_export_2: (a: number, b: number, c: number) => void;