mirror of
https://github.com/drmext/MonkeyBusiness.git
synced 2026-07-16 08:32:17 -05:00
8 lines
90 B
Python
8 lines
90 B
Python
from tinydb import TinyDB
|
|
|
|
db = TinyDB("db.json", indent=4)
|
|
|
|
|
|
def get_db():
|
|
return db
|