#!/usr/bin/env python

from p3_bitbucket import bitbucket

if __name__ == "__main__":
    bitbucket.main()
