fa24530bc5
Smoke tests are 100/100.
7 lines
151 B
Python
7 lines
151 B
Python
import importlib.resources
|
|
import mimetypes
|
|
|
|
|
|
mimetypes.init([str(importlib.resources.
|
|
files('ebook_converter') / 'data/mime.types')])
|