#import <WebObjects/WebObjects.h>
int main(int argc, const char *argv[])
{
return WOApplicationMain(@"Application", argc, argv);
}