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