GoldyBot.utility.goldy.currencies

1from ...objects import currency
2
3class Currencies:
4    """All the main Goldy Bot Currencies classes."""
5
6    GoldyCredits = currency.GoldyCredits
class Currencies:
4class Currencies:
5    """All the main Goldy Bot Currencies classes."""
6
7    GoldyCredits = currency.GoldyCredits

All the main Goldy Bot Currencies classes.

Currencies()
class Currencies.GoldyCredits(GoldyBot.objects.currency.Currency):
53class GoldyCredits(Currency):
54    """The main Goldy Bot currency."""
55    def __init__(self):
56        super().__init__("goldCoins", "Goldy Credits")

The main Goldy Bot currency.