from starfall.config import Config
if __name__ == "__main__":
try:
Config.load()
except FileNotFoundError:
pass