source: main/waeup.sirp/trunk/src/waeup/sirp/applicants/jambtables/__init__.py @ 5880

Last change on this file since 5880 was 5799, checked in by uli, 14 years ago

Add new function in jambtables package API.

File size: 303 bytes
Line 
1# Make this a package.
2from waeup.sirp.applicants.jambtables.batching import JAMBDataImporter
3from 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.