make it for trains aswell

This commit is contained in:
Alberto Xamin 2024-06-10 17:28:37 +01:00
parent da7e4834b7
commit c2b123b482
No known key found for this signature in database
GPG Key ID: 5ABFCD8A22EA6F5D

View File

@ -2,10 +2,10 @@ import random
from bang.cards import Card, Bang, Panico, CatBalou, Mancato
from typing import TYPE_CHECKING
from globals import G
from globals import G, PendingAction
if TYPE_CHECKING:
from bang.players import Player, PendingAction
from bang.players import Player
class TrainCard(Card):