source: mailjam/mailjam/__init__.py@ 27:b1d527287347

Last change on this file since 27:b1d527287347 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.