Add a tools directory

This commit is contained in:
Némunaire 2012-10-18 18:03:13 +02:00
commit f8b662f7d0
2 changed files with 17 additions and 1 deletions

View file

@ -1,6 +1,6 @@
# coding=utf-8
from wrapper import Wrapper
from tools.wrapper import Wrapper
from .Score import Score
class QDWrapper(Wrapper):