File size: 171 Bytes
2b4bd40
10e9b7d
2b4bd40
e80aab9
 
 
2b4bd40
1
2
3
4
5
6
7
8
"""Local entry point for the Hugging Face Agents Course final assignment."""

from evaluation_runner import main


if __name__ == "__main__":
    raise SystemExit(main())