Add docstring

This commit is contained in:
Florian Bruhin 2017-12-15 19:06:23 +01:00
parent 4c24b9ed4a
commit 93cd200bb7

View File

@ -31,6 +31,8 @@ import os
class Error(Exception): class Error(Exception):
"""Exception for errors in this module."""
pass pass