Source code for challenges.main

from challenges import Conf
from challenges import Runner

[docs]def main(): Runner(Conf()).main()