diff --git a/src/twomartens/masterthesis/__init__.py b/src/twomartens/masterthesis/__init__.py index 92edb8c..3dfe6b7 100644 --- a/src/twomartens/masterthesis/__init__.py +++ b/src/twomartens/masterthesis/__init__.py @@ -14,4 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""masterthesis: Python package for masterthesis""" +""" +Masterthesis package. + +Subpackages: + ``aae``: provides an implementation of Adversarial Auto Encoders +"""