1General Support Functionality
2=============================
3
4.. module:: babel.support
5
6Babel ships a few general helpers that are not being used by Babel itself
7but are useful in combination with functionality provided by it.
8
9Convenience Helpers
10-------------------
11
12.. autoclass:: Format
13   :members:
14
15.. autoclass:: LazyProxy
16   :members:
17
18Gettext Support
19---------------
20
21.. autoclass:: Translations
22   :members:
23