module app;

import ddox.main;

int main(string[] args)
{
    return ddoxMain(args);
}