See More

from .foo import config def main(args=None): print('Two') if __name__ == '__main__': main()