feat: Add initial Milquetoast utility and API implementation files

This commit is contained in:
niten 2025-06-08 08:50:55 -07:00 committed by niten" (aider)
parent c800a746c4
commit 43a67c7dde
4 changed files with 5 additions and 0 deletions

1
src/milquetoast/api.clj Normal file
View File

@ -0,0 +1 @@
(ns milquetoast.api)

0
src/milquetoast/core.clj Normal file
View File

View File

@ -0,0 +1 @@
(ns milquetoast.utils)

View File

@ -0,0 +1,3 @@
(ns milquetoast.api-test
(:require [milquetoast.api :as sut]
[clojure.test :as t]))