# -*- coding: utf-8 -*- """ The mailjam project - A small mailing list manager This file is released under the BSD license, see LICENSE for more information. Francisco de Borja Lopez Rio - Soluciones Informaticas Codigo23 S.L.U. - http://codigo23.net """ __version__ = '0.1.1' from mailjam.models import Member, MailingList from mailjam.storage import JsonStorage