WebHost: optimize imports

This commit is contained in:
Fabian Dill
2022-10-17 01:08:31 +02:00
committed by Fabian Dill
parent acf7fda26a
commit bb46ee7fc1
17 changed files with 61 additions and 55 deletions

View File

@@ -1,6 +1,7 @@
from flask import session, jsonify
from pony.orm import select
from WebHostLib.models import *
from WebHostLib.models import Room, Seed
from . import api_endpoints, get_players