#!/usr/bin/env python """Hercules personal workout diary -- main executable""" from Hercules.main import * if __name__ == "__main__": main()