This website requires JavaScript.
Explore
Help
Sign In
Cool_Tools
/
MonkeyBusiness
Watch
1
Star
0
Fork
0
You've already forked MonkeyBusiness
mirror of
https://github.com/drmext/MonkeyBusiness.git
synced
2025-02-17 18:49:21 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
MonkeyBusiness
/
core_database.py
8 lines
90 B
Python
Raw
Normal View
History
Unescape
Escape
Monkey Business
2022-08-26 10:39:11 +00:00
from
tinydb
import
TinyDB
Black formatting
2022-11-15 14:03:37 +00:00
db
=
TinyDB
(
"
db.json
"
,
indent
=
4
)
Monkey Business
2022-08-26 10:39:11 +00:00
def
get_db
(
)
:
return
db
Reference in New Issue
Copy Permalink