This commit is contained in:
Alberto Xamin 2023-01-04 14:14:33 +00:00
parent 916d9af322
commit e4f3976c24
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
from bang.cards import * from typing import List
from bang.cards import Card, Suit
class Fantasma(Card): class Fantasma(Card):
def __init__(self, suit, number): def __init__(self, suit, number):

View File

@ -1,5 +1,5 @@
from typing import List from typing import List
from bang.characters import * from bang.characters import Character
def all_characters() -> List[Character]: def all_characters() -> List[Character]:
cards = [ cards = [