2020-04-04 13:38:00 -05:00

14 lines
171 B
TypeScript

// tslint:disable-next-line
export class PornhubIntegration {
static preprocess(): string {
return ``;
}
static postprocess(): string {
return ``;
}
}