.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// LineParserInterface.mjs
|
||||
export class LineParserInterface {
|
||||
parseLine(/* line:string */) {
|
||||
throw new Error('parseLine not implemented');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user