""" Entry point for the Model Capability Leaderboard application. This file serves as a simple wrapper for the main application code in src/app.py. """ from src.app import main if __name__ == "__main__": main()