I'm working on creating an interface between tkinter and JSON. I need to look through the code of Tkapp to do so because I need to understand its attributes. Failing that, how can I import it?
from tkinter import _tkinter
from _tkinter import tkapp
Returns an ImportError