"""Run the Flask server CLI with ``python -m asadb_server``."""

from .cli import main


if __name__ == "__main__":
    main()
