mirror of https://github.com/tycrek/ass
parent
8b8998ade6
commit
fce1b30e3f
@ -0,0 +1,7 @@
|
||||
|
||||
export class UserConfig {
|
||||
private config: UserConfiguration;
|
||||
public getConfig = () => this.config;
|
||||
|
||||
constructor(config?: UserConfiguration) {
|
||||
}
|
Loading…
Reference in new issue