mirror of
https://github.com/syuilo/ai.git
synced 2024-11-22 13:17:59 +00:00
Update module.ts
This commit is contained in:
parent
3d10634bcd
commit
eeeda6c359
|
@ -2,7 +2,7 @@ import autobind from 'autobind-decorator';
|
||||||
import 藍, { InstallerResult } from './ai';
|
import 藍, { InstallerResult } from './ai';
|
||||||
|
|
||||||
export default abstract class Module {
|
export default abstract class Module {
|
||||||
public abstract name: string;
|
public abstract readonly name: string;
|
||||||
|
|
||||||
protected ai: 藍;
|
protected ai: 藍;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue