Source code for challenges.main

from challenges.conf import Conf
from challenges.runner import Runner


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