from __future__ import annotations from src.server.app import app, main if __name__ == "__main__": main()