diff --git a/source/tristanable/package.d b/source/tristanable/package.d index 1f5dead..d45165d 100644 --- a/source/tristanable/package.d +++ b/source/tristanable/package.d @@ -1,2 +1,4 @@ module tristanable; +public import tristanable.manager : Manager; +public import tristanable.queue : Queue, QueueItem; \ No newline at end of file