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