From a4b92ca698770dc64639e51c76edb5dee16d2792 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 20 Jun 2026 10:25:09 +0200 Subject: lib: switch to policy based scanner design --- ttwhy/scanners/mod.cppm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ttwhy/scanners/mod.cppm') diff --git a/ttwhy/scanners/mod.cppm b/ttwhy/scanners/mod.cppm index 8dc3009..54f1e0e 100644 --- a/ttwhy/scanners/mod.cppm +++ b/ttwhy/scanners/mod.cppm @@ -1,5 +1,6 @@ export module ttwhy.scanners; -export import :ansi; export import :concepts; export import :events; +export import :terminal_policies; +export import :terminal_scanner; -- cgit v1.2.3