Fixed exit() not working

This commit is contained in:
Jeremiah Ticket 2019-12-08 10:55:41 -09:00
parent c32b3a29ba
commit de9c64a583

View File

@ -2,6 +2,7 @@
# -*- coding: utf-8 -*-
"""Standard initializations and functions shared by all games."""
from sys import exit
import configparser
import os
from os import listdir