#!/usr/bin/env python3 ''' By eroen, 2013 Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. ''' from ga_wrapper import wrapper def main(): return wrapper.generic_wrapper() if __name__ == '__main__': exit(main())