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