mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-02-02 12:05:46 +01:00
7 lines
145 B
Python
7 lines
145 B
Python
import mimetypes
|
|
import pkg_resources
|
|
|
|
|
|
mimetypes.init([pkg_resources.
|
|
resource_filename('ebook_converter', 'data/mime.types')])
|