When I run my code, I get a NameError (screenshot provided) stating that 'Game' is not defined, despite the Game class being imported from gamesys with no issues. The specific issue (if I know what I'm doing) is that 'from gamesys import Game' in 'screenoptions.txt' is not actually working, or in some other way the import does not extend to startnewgame().
Here's the pastebin with all the relevant files: https://paste.pythondiscord.com/E63A
One of the files imports from 'listsys', but that file is no longer in use so the import can be disregarded.
