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