#2: Minor preparatory changes.

This commit is contained in:
Simon Brooke 2020-06-06 12:21:54 +01:00
parent 2f2463da0e
commit 1cb613e6e6
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987

View file

@ -3,11 +3,9 @@
mw-engine.core
(:require [clojure.core.reducers :as r]
[clojure.string :refer [join]]
[clojure.tools.cli :refer [parse-opts]]
[mw-engine.world :as world]
[mw-engine.utils :refer [get-int-or-zero map-world]]
[taoensso.timbre :as l])
(:gen-class))
[taoensso.timbre :as l]))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;