File size: 216 Bytes
ed2eb44
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
"""
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()