Event & Dice corrections

This commit is contained in:
KuMiShi
2026-01-25 16:07:28 +01:00
parent b5806605ff
commit 06877ebaec
2 changed files with 11 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
import random as rd
from . import serializable
class Dice(serializable.Serializable):
class Dice():
def __init__(self):
raise TypeError("Un dé ne peut pas être instanciée!")