3 lines
49 B
Python
3 lines
49 B
Python
def init(force: bool = False):
|
|
print("Init")
|
def init(force: bool = False):
|
|
print("Init")
|