Create fiable_db.py

This commit is contained in:
Andros Fenollosa 2022-11-09 12:26:06 +01:00 committed by GitHub
parent 1b5e470a97
commit 42c288a4bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
fiable_db.py Normal file
View File

@ -0,0 +1,4 @@
FILE = "fiabledb.json"
def start(file=False):
file_name = file if file else FILE