// Description: Input module.
// Documentation: input.txt
#ifndef PASTELSYS_INPUT_H_MODULE
#define PASTELSYS_INPUT_H_MODULE
#include "pastel/sys/input/counting_input.h"
#include "pastel/sys/input/infinite_counting_input.h"
#include "pastel/sys/input/input_as_vector.h"
#include "pastel/sys/input/range_input.h"
#include "pastel/sys/input/single_input.h"
#include "pastel/sys/input/transform_input.h"
#endif