creation de l'appli console handjoob

This commit is contained in:
Bezleputh 2013-07-03 13:14:28 +02:00 committed by Florent
commit 48f0054e91
3 changed files with 172 additions and 0 deletions

View file

@ -0,0 +1,3 @@
from .handjoob import Handjoob
__all__ = ['Handjoob']