mirror of
https://github.com/nikdoof/evestandings.git
synced 2025-12-18 12:49:20 +00:00
Rework application layout.
This commit is contained in:
@@ -3,7 +3,7 @@ try:
|
||||
except ImportError:
|
||||
raise Exception('Flask is not available, please install if you wish to use Standings as a webapp')
|
||||
|
||||
from standings import Standings
|
||||
from .core import Standings
|
||||
|
||||
app = Flask(__name__)
|
||||
stdobj = Standings()
|
||||
|
||||
Reference in New Issue
Block a user