#ifndef PANO_TRAITEMENT_CONSOLE
#define PANO_TRAITEMENT_CONSOLE

#include "Def.h"

void help();
void option(int argc, char *argv[]);

#endif
