3 lines
55 B
Python
3 lines
55 B
Python
class Repository:
|
|
def __init__(self):
|
|
pass
|
class Repository:
|
|
def __init__(self):
|
|
pass
|