forked from course-work/week1
3 lines
43 B
Python
3 lines
43 B
Python
class Roulette:
|
|
def __init__(self):
|
|
pass |