source: main/waeup.kofa/trunk/src/waeup/kofa/schema/__init__.py

Last change on this file was 11480, checked in by Henrik Bettermann, 11 years ago

Add more API docs.

  • Property svn:keywords set to Id
File size: 231 bytes
RevLine 
[7811]1from waeup.kofa.schema.field import *
[6784]2
[11480]3#__all__ = tuple(name for name in globals() if not name.startswith('_'))
4
5__all__ = ('CustomizableErrorMsg',
6           'TextLineChoice',
7           'FormattedDate',
8           'PhoneNumber')
Note: See TracBrowser for help on using the repository browser.