source: main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/__init__.py @ 5447

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

Move 'get_access_code' to the accesscodes subpackage.

File size: 157 bytes
Line 
1# Make this a package.
2from waeup.sirp.accesscodes.accesscodes import get_access_code
3
4# Public API of this submodule
5__all__ = [
6    get_access_code
7    ]
8
Note: See TracBrowser for help on using the repository browser.