From 0b90075f76b6f2df77c01c303322323b1395641a Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 14 Dec 2025 16:16:22 +0100 Subject: Use WmapParser namespace --- Sources/WmapParser/Map.swift | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Sources/WmapParser/Map.swift (limited to 'Sources/WmapParser/Map.swift') diff --git a/Sources/WmapParser/Map.swift b/Sources/WmapParser/Map.swift deleted file mode 100644 index 7a25686..0000000 --- a/Sources/WmapParser/Map.swift +++ /dev/null @@ -1,10 +0,0 @@ -/// A parsed wardley map. -public struct Map: Sendable { - public let components: [Component] - public let dependencies: [Dependency] - public let notes: [Note] - public let stages: [Stage] - public let groups: [Group] - public let inertias: [Inertia] - public let evolutions: [Evolution] -} -- cgit