Browse Source

essai nouvelle branche

unknown 10 năm trước cách đây
mục cha
commit
895258f917
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      lib/Pion.py

+ 4 - 0
lib/Pion.py

@@ -10,6 +10,10 @@ from Creature import Creature
 from Forme import Forme
 from outilsSvg import *
 
+def fctBidon():
+    return "salut!!"
+
+
 class Pion(QGraphicsItem):
     """pion du plateau de combat"""
     def __init__(self, plateau, numero, parent=None):