module viva.time.time;

/++
 + A struct containing information about a specific point in time
 +/
struct Time
{

}