update bots
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from faker.providers.currency import Provider as CurrencyProvider
|
||||
|
||||
|
||||
class Provider(CurrencyProvider):
|
||||
price_formats = ["#,##", "%#,##", "%##,##", "%.###,##", "%#.###,##"]
|
||||
|
||||
def pricetag(self) -> str:
|
||||
return "\N{EURO SIGN}" + self.numerify(self.random_element(self.price_formats))
|
||||
Binary file not shown.
Reference in New Issue
Block a user