source: main/waeup.sirp/trunk/src/waeup/sirp/payments/__init__.py @ 6862

Last change on this file since 6862 was 6861, checked in by Henrik Bettermann, 14 years ago

Add payments module.

  • Property svn:keywords set to Id
File size: 186 bytes
Line 
1"""This package contains everything regarding payments.
2"""
3# Make this a package.
4from waeup.sirp.payments.container import PaymentsContainer
5
6__all__ = [
7    'PaymentsContainer',
8    ]
Note: See TracBrowser for help on using the repository browser.