Rewrite brmbar v3 in Python because Perl has lousy Qt bindings

Complete 1:1 reimplementation of existing Perl codebase.
This commit is contained in:
Petr Baudis 2012-09-05 01:31:05 +02:00
parent 945ee705c3
commit 3a81c9fec2
6 changed files with 273 additions and 0 deletions

View file

@ -0,0 +1,3 @@
from .Account import Account
from .Currency import Currency
from .Shop import Shop