generated from mwc/project_game
21 lines
383 B
Python
21 lines
383 B
Python
class P1:
|
|
character = '1'
|
|
position = (23,1)
|
|
class P2:
|
|
character = '2'
|
|
position = (24,1)
|
|
class P3:
|
|
character = '3'
|
|
position = (25,1)
|
|
class P4:
|
|
character = '4'
|
|
position = (26,1)
|
|
class P5:
|
|
character = '5'
|
|
position = (27,1)
|
|
class P6:
|
|
character = '6'
|
|
position = (28,1)
|
|
class P7:
|
|
character = '7'
|
|
position = (29,1) |