#!/usr/bin/python3 -IOO


if __name__ == "__main__":
    from bubblejail.bubblejail_helper import bubblejail_helper_main
    bubblejail_helper_main()
