aboutsummaryrefslogtreecommitdiffstats
path: root/bsie/reader/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'bsie/reader/base.py')
-rw-r--r--bsie/reader/base.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/bsie/reader/base.py b/bsie/reader/base.py
index 099a327..a775701 100644
--- a/bsie/reader/base.py
+++ b/bsie/reader/base.py
@@ -1,13 +1,4 @@
-"""The Reader classes return high-level content structures from files.
-The Reader fulfills two purposes:
- First, it brokers between multiple libraries and file formats.
- Second, it separates multiple aspects of a file into distinct content types.
-
-Part of the bsie module.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# standard imports
import abc
import typing