diff --git a/src/constants.ts b/src/constants.ts new file mode 100644 index 0000000..1c423e2 --- /dev/null +++ b/src/constants.ts @@ -0,0 +1,6 @@ +/** + * This class stores the static constants. + */ +export default class Constants +{ +}