diff --git a/source/tasky/package.d b/source/tasky/package.d index 05da23b..5de4fa9 100644 --- a/source/tasky/package.d +++ b/source/tasky/package.d @@ -1,3 +1,5 @@ module tasky; -public import tasky.engine; \ No newline at end of file +public import tasky.engine; +public import tasky.jobs; +public import tasky.exceptions;