我正在处理来自Github的一些安装脚本,并且我正在尝试执行this script,因为这些行似乎失败了:
current_app: 'PillarServer' = LocalProxy(_get_current_app)
"""the current app, annotated as PillarServer"""
使用Python 3.5执行它会返回以下错误:
$python main.py
File "main.py", line 33
current_app: 'PillarServer' = LocalProxy(_get_current_app)
^
SyntaxError: invalid syntax
有人可以帮我一点吗?我不是Python的专家,但我被迫使用这个脚本。