forked from s444399/AI
7 lines
52 B
Python
7 lines
52 B
Python
|
|
|
|
|
|
class Data:
|
|
def __init__(self):
|
|
pass
|