1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-06-30 21:55:10 +03:00
gamebookformat/rtf.py

6 lines
156 B
Python
Raw Normal View History

from output import OutputFormat
class RtfFormat (OutputFormat):
def __init__(self):
super(RtfFormat, self).__init__('rtf', 'Rich Text Format')