source: mailjam/mailjam/__init__.py@ 18:40ba502fe87e

Last change on this file since 18:40ba502fe87e was 16:cd4170142d87, checked in by Borja Lopez <borja@…>, 12 years ago

Renamed the project to Mailjam

File size: 112 bytes
Line 
1# -*- coding: utf-8 -*-
2
3from mailjam.models import Member, MailingList
4from mailjam.storage import JsonStorage
Note: See TracBrowser for help on using the repository browser.