Initial Commit

This commit is contained in:
Michael Freno
2026-01-07 23:28:17 -05:00
commit c2c5736bfd
11 changed files with 806 additions and 0 deletions

17
GazeTests/GazeTests.swift Normal file
View File

@@ -0,0 +1,17 @@
//
// GazeTests.swift
// GazeTests
//
// Created by Mike Freno on 1/7/26.
//
import Testing
@testable import Gaze
struct GazeTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}