mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-09 05:44:06 +02:00
Rewrite brmbar v3 in Python because Perl has lousy Qt bindings
Complete 1:1 reimplementation of existing Perl codebase.
This commit is contained in:
parent
945ee705c3
commit
3a81c9fec2
6 changed files with 273 additions and 0 deletions
3
brmbar3/brmbar/__init__.py
Normal file
3
brmbar3/brmbar/__init__.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
from .Account import Account
|
||||
from .Currency import Currency
|
||||
from .Shop import Shop
|
Loading…
Add table
Add a link
Reference in a new issue