1
0
Fork 0
PiggyBank/piggybank
Alexander "Arav" Andreev fc15b333b7 README.md updated. Added name of config file. To be thinked on how to implement configuration. There's only one option to store, but I want to come up with solution suitable to use in future. 2019-12-29 22:40:50 +04:00
..
cli A little edit of strings and docstrings. Sorted imports ascendingly. 2019-12-29 18:26:37 +04:00
__init__.py README.md updated. Added name of config file. To be thinked on how to implement configuration. There's only one option to store, but I want to come up with solution suitable to use in future. 2019-12-29 22:40:50 +04:00
currencies.py Added TypedDict implementation for currencies. 2019-12-26 00:00:59 +04:00
piggybank.py Fixed recursion error. Worked in 3.7.x, 3.8.x doesn't differ variables and properties of same name. 2019-12-27 12:54:58 +04:00
transaction.py Initial commit adding everything that consists the project. 2019-12-25 23:08:20 +04:00
util.py Initial commit adding everything that consists the project. 2019-12-25 23:08:20 +04:00