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