source:
main/waeup.sirp/trunk/src/waeup/sirp/applicants/jambtables/__init__.py
@
6106
Last change on this file since 6106 was 5799, checked in by , 14 years ago | |
---|---|
File size: 303 bytes |
Line | |
---|---|
1 | # Make this a package. |
2 | from waeup.sirp.applicants.jambtables.batching import JAMBDataImporter |
3 | from waeup.sirp.applicants.jambtables.jambtables import ( |
4 | JAMBDataPlugin, JAMBDataRoot, get_jambdata, |
5 | ) |
6 | |
7 | __all__ = ( |
8 | JAMBDataImporter, |
9 | JAMBDataPlugin, |
10 | JAMBDataRoot, |
11 | get_jambdata, |
12 | ) |
Note: See TracBrowser for help on using the repository browser.