[console_scripts]
star = star.app:main

[star.backends]
applesay = star.tts:AppleSayBackend
coqui = star.tts:CoquiBackend
dectalk = star.tts:DECtalkBackend
dectalkdll = star.tts:DECtalkDLLBackend
espeak = star.tts:ESpeakBackend
espeaklib = star.tts:ESpeakLibBackend
festival = star.tts:FestivalBackend
piper = star.tts:PiperBackend
pyttsx3 = star.tts:Pyttsx3Backend
silent = star.tts:SilentBackend

[star.exporters]
anki = star.flashcards:AnkiExporter
epub = star.export:EPUBExporter
html = star.export:HTMLExporter
markdown = star.export:MarkdownExporter
mp4 = star.video:MP4Exporter
wav = star.tts:WAVExporter

[star.formats]
docx = star.documents:DocxHandler
epub = star.documents:EPUBHandler
html = star.documents:HTMLHandler
markdown = star.documents:MarkdownHandler
odt = star.documents:ODTHandler
org = star.documents:OrgHandler
pandoc = star.documents:PandocHandler
pdf = star.documents:PDFHandler
pptx = star.documents:PPTXHandler
rst = star.documents:RSTHandler
txt = star.documents:PlainTextHandler
xlsx = star.documents:XLSXHandler
