請問一下那個swagger-ui,我若要在localhost setup, 要怎麼弄呢? 我試了 `scripts/swagger.sh` not working. 顯示的是petstore
```╰─➤ ./scripts/swagger.sh localhost
apidoc/yamltojson.py:40: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read
https://msg.pyyaml.org/load for full details.
the_struct = yaml.load(f)
WARNING:root:include: self: apidoc/template.yaml filename_list: ['apidoc/defs/board_summary.yaml', 'apidoc/defs/host.yaml', 'apidoc/defs/x_forwarded_for.yaml', 'apidoc/defs/authorization.yaml', 'apidoc/defs/article_summary.yaml', 'apidoc/defs/params_max.yaml', 'apidoc/defs/params_start_idx.yaml', 'apidoc/defs/params_keyword.yaml']
apidoc/yamltojson.py:26: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read
https://msg.pyyaml.org/load for full details.
each_struct = yaml.load(f)
Traceback (most recent call last):
File "/Users/ifanchu/code/venv/python3/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2455, in resolve
return functools.reduce(getattr, self.attrs, module)
AttributeError: module 'apidoc' has no attribute 'app'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/ifanchu/code/venv/python3/bin/flaskswagger", line 8, in <module>
sys.exit(run())
File "/Users/ifanchu/code/venv/python3/lib/python3.8/site-packages/build_swagger_spec.py", line 24, in run
app = pkg_resources.EntryPoint.parse("x=%s" %
args.app).resolve()
File "/Users/ifanchu/code/venv/python3/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2457, in resolve
raise ImportError(str(exc)) from exc
ImportError: module 'apidoc' has no attribute 'app'```