From 7ba3c9f1f7ee198738aa954cae8a2b3e24e383aa Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Wed, 8 Sep 2021 13:49:41 +0200 Subject: [PATCH] Added package.d --- source/tristanable/package.d | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 source/tristanable/package.d diff --git a/source/tristanable/package.d b/source/tristanable/package.d new file mode 100644 index 0000000..af77314 --- /dev/null +++ b/source/tristanable/package.d @@ -0,0 +1,7 @@ +module tristanable; + +public import tristanable.encoding; +public import tristanable.manager; +public import tristanable.queue; +public import tristanable.queueitem; +public import tristanable.watcher;