source:
main/waeup.kofa/branches/0.2/src/waeup/kofa/payments/__init__.py
@
17497
Last change on this file since 17497 was 9469, checked in by , 12 years ago | |
---|---|
|
|
File size: 262 bytes |
Line | |
---|---|
1 | """This package contains everything regarding payments. |
2 | """ |
3 | # Make this a package. |
4 | from waeup.kofa.payments.container import PaymentsContainer |
5 | from waeup.kofa.payments.payment import OnlinePayment |
6 | |
7 | __all__ = [ |
8 | 'PaymentsContainer', |
9 | 'OnlinePayment', |
10 | ] |
Note: See TracBrowser for help on using the repository browser.