mirror of
https://github.com/jo1gi/grawlix.git
synced 2025-12-23 06:56:24 +00:00
6 lines
132 B
Python
6 lines
132 B
Python
from grawlix.book import Book, SingleFile
|
|
from .output_format import OutputFormat
|
|
|
|
class Epub(OutputFormat):
|
|
extension = "epub"
|