add application comparoob

This commit is contained in:
Romain Bignon 2012-03-26 23:05:23 +02:00
commit e8e7fbead1
4 changed files with 362 additions and 0 deletions

View file

@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai
from .comparoob import Comparoob
__all__ = ['Comparoob']