implement where condition
This commit is contained in:
parent
38f1166328
commit
57b2243ada
4 changed files with 82 additions and 11 deletions
|
|
@ -16,3 +16,11 @@
|
|||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
from .simple import SimpleFormatter
|
||||
|
||||
|
||||
__all__ = ['formatters_classes']
|
||||
|
||||
|
||||
formatters_classes = dict(
|
||||
simple=SimpleFormatter,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue