Ability to output GM sheets as EPUB files (without CSS for now).

This commit is contained in:
Mark Wolfman
2021-07-04 23:19:44 -05:00
parent aed864b093
commit 22dd8894bc
15 changed files with 1029 additions and 41 deletions
+3
View File
@@ -24,3 +24,6 @@ class JSONFormatError(RuntimeError):
class UnknownFileType(RuntimeError):
"""The input file does not match one of the known formats."""
class UnknownOutputFormat(RuntimeError):
"""The output format requested is not one of the known outputs."""