source:
main/waeup.ikoba/trunk/src/waeup/ikoba/mandates/__init__.py
@
17497
Last change on this file since 17497 was 11985, checked in by , 10 years ago | |
---|---|
|
|
File size: 268 bytes |
Line | |
---|---|
1 | """This package contains everything regarding temporary jobs (mandates). |
2 | """ |
3 | # Make this a package. |
4 | from waeup.ikoba.mandates.container import MandatesContainer |
5 | from waeup.ikoba.mandates.mandate import Mandate |
6 | |
7 | __all__ = [ |
8 | 'MandatesContainer', |
9 | 'Mandate', |
10 | ] |
Note: See TracBrowser for help on using the repository browser.