#!/usr/bin/python

if __name__ == '__main__':
    from apiphant.background import main
    main()
