2020-04-05 16:00:48 +02:00
|
|
|
# noinspection PyUnresolvedReferences
|
|
|
|
from app_instance import api
|
|
|
|
# noinspection PyUnresolvedReferences
|
|
|
|
from views.home import *
|
|
|
|
# noinspection PyUnresolvedReferences
|
|
|
|
from views.temp_css import *
|
|
|
|
# noinspection PyUnresolvedReferences
|
|
|
|
from views.player import *
|
2020-04-05 23:27:33 +02:00
|
|
|
# noinspection PyUnresolvedReferences
|
2020-11-29 22:31:03 +01:00
|
|
|
from views.gplayer import *
|
|
|
|
# noinspection PyUnresolvedReferences
|
|
|
|
from views.js_cardgame import *
|
|
|
|
# noinspection PyUnresolvedReferences
|
2020-04-05 23:27:33 +02:00
|
|
|
from views.control import *
|
2020-04-05 16:00:48 +02:00
|
|
|
|
|
|
|
api.add_route("/static", static=True)
|
2020-11-29 22:31:03 +01:00
|
|
|
api.add_route("/js", static=True)
|