Add some comments
This commit is contained in:
parent
b5a5535e3f
commit
04a0032e9f
3 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
from . import abstract
|
||||
|
||||
class HarmlessParser(abstract.AbstractParser):
|
||||
""" This is the parser for filetypes that do not contain metadata. """
|
||||
mimetypes = {'application/xml', 'text/plain', 'application/rdf+xml'}
|
||||
|
||||
def __init__(self, filename: str):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue