db.py 66 B

12
  1. from tinydb import TinyDB, Query
  2. MarketDB = TinyDB('market.json')