tasky/source/tasky/engine.d

16 lines
192 B
D

/**
* Engine
*
* Contains the core components of the tasky
* library, this is effectively the entry
* point to the library
*/
module tasky.engine;
public final class Engine
{
this()
{
}
}