mirror of
https://github.com/drmext/MonkeyBusiness.git
synced 2026-04-13 16:50:42 -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
|