summaryrefslogtreecommitdiff
path: root/src/message.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/message.py')
-rw-r--r--src/message.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/message.py b/src/message.py
index 07526819..6cf7a3d3 100644
--- a/src/message.py
+++ b/src/message.py
@@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Poezio. If not, see <http://www.gnu.org/licenses/>.
+"""
+Define the Message class
+"""
+
from datetime import datetime
class Message(object):