Created
April 3, 2022 22:16
-
-
Save dvliman/e4a63a35091e83ebae3d29d34ade450a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; core.clj | |
(defn run-encoder [] | |
(mount/start #'state/s3 | |
#'state/db | |
#'encoder/encoder)) | |
(defn -main [& args] | |
(run-encoder)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment