5 lines
84 B
Python
5 lines
84 B
Python
|
FILE = "fiabledb.json"
|
||
|
|
||
|
def start(file=False):
|
||
|
file_name = file if file else FILE
|