Initial Commit
This commit is contained in:
5
test/config/CommandLine.ts
Normal file
5
test/config/CommandLine.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export default class CommandLine {
|
||||
private constructor() {
|
||||
throw new Error('[CommandLine] is a static class that may not be instantiated');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user