Create fiable_db.py
This commit is contained in:
parent
1b5e470a97
commit
42c288a4bb
4
fiable_db.py
Normal file
4
fiable_db.py
Normal file
@ -0,0 +1,4 @@
|
||||
FILE = "fiabledb.json"
|
||||
|
||||
def start(file=False):
|
||||
file_name = file if file else FILE
|
Loading…
Reference in New Issue
Block a user