diff options
Diffstat (limited to 'swiftstory/Cards.py')
-rw-r--r-- | swiftstory/Cards.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swiftstory/Cards.py b/swiftstory/Cards.py index 78dd64a..ce54223 100644 --- a/swiftstory/Cards.py +++ b/swiftstory/Cards.py @@ -1,4 +1,4 @@ -class Cards(): +class Cards: @staticmethod def get_white_cards(lang): ''' Read the file containing the white cards and return a list of cards ''' |