mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-06 04:38:28 +02:00
Ability to output GM sheets as EPUB files (without CSS for now).
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user