"""启动史观交锋 Web。""" from __future__ import annotations from historical_review.web.cli import main if __name__ == "__main__": main()