Fix numbering

This commit is contained in:
2022-01-30 09:44:37 +01:00
parent 9974c5365a
commit f590e1fe6a
7 changed files with 87 additions and 43 deletions

6
modules/pegasus-token.js Normal file
View File

@@ -0,0 +1,6 @@
import { PegasusUtility } from "./pegasus-utility.js";
/* -------------------------------------------- */
export class PegasusToken extends Token {
}