#!/usr/local/bin/python2.7
'''import main function from gbirthday and execute it'''
from gbirthday import main
main()
