hnc-vitalii/HNC/Ladders/LaddersV2.py

9 lines
133 B
Python
Raw Permalink Normal View History

2023-07-07 19:41:49 +02:00
import random
from LaddersV1 import LaddersV1
class LaddersV2(LaddersV1):
def dice(self):
return random.randint(1, 3)