You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split config into global vars defaults and methods
Make var names more consistent
Change imports as in from
import config
to
from config import appendDebugList, clearDebugLists
Split config into global vars defaults and methods
Make var names more consistent
Change imports as in from
import config
to
from config import appendDebugList, clearDebugLists