Updated import statement.

This commit is contained in:
Storm Dragon 2020-09-15 19:40:49 -04:00
parent 8efc8e6ed2
commit bd3942c990
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from libstormgames.libstormgames import *
from libstormgames import *
# Initial variable settings
mode = "menu"