Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import sys
import os
from collections import Counter
import importlib
import matplotlib.pyplot as plt
scripts_folder = r"C:\Users\Tara\Documents\school-apps\GitHub\AdventureTime\script"
sys.path.append(scripts_folder)
scripts = []