Files
2026-07-13 12:22:33 +08:00

6 lines
115 B
Swift

import CodexBarCore
struct ZedProviderImplementation: ProviderImplementation {
let id: UsageProvider = .zed
}