summaryrefslogtreecommitdiff
path: root/alot/db/__init__.py
blob: 37da86e62c4b210febc1c9e7cc28b6e0562c2cea (plain)
1
2
3
4
5
6
7
8
9
# Copyright (C) 2011-2012  Patrick Totzke <patricktotzke@gmail.com>
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file

from __future__ import absolute_import

from .thread import Thread
from .message import Message
DB_ENC = 'UTF-8'