2020-04-05 16:00:48 +02:00
|
|
|
# noinspection PyUnresolvedReferences
|
|
|
|
from app_instance import api
|
|
|
|
# noinspection PyUnresolvedReferences
|
|
|
|
from views.api_views import *
|
|
|
|
# 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
|
|
|
|
from views.control import *
|
2020-04-05 16:00:48 +02:00
|
|
|
|
|
|
|
api.add_route("/static", static=True)
|