break stuff by adding new param
This commit is contained in:
parent
013f2cdadb
commit
78e3d71b05
4 changed files with 34 additions and 3 deletions
|
|
@ -3,8 +3,12 @@ from dataclasses import dataclass
|
|||
|
||||
from money.currency import Currency
|
||||
|
||||
from xexe.rate_fetching import MockRateFetcher, XERateFetcher
|
||||
|
||||
DEFAULT_CURRENCIES = {Currency("EUR"), Currency("GBP"), Currency("USD")}
|
||||
|
||||
RATES_SOURCES = {"mock": MockRateFetcher, "xe": XERateFetcher}
|
||||
|
||||
|
||||
@dataclass
|
||||
class PATHS:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue