- Added imports that should be publically imported (exported into the user)
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-03 17:47:23 +02:00
parent 8828e3ffdd
commit f8aa3b92cf
1 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,4 @@
module tristanable;
public import tristanable.manager : Manager;
public import tristanable.queue : Queue, QueueItem;