Skip to content

Commit

Permalink
Fix module
Browse files Browse the repository at this point in the history
  • Loading branch information
erdnaxeli committed Oct 16, 2020
1 parent b0c9204 commit da5f1b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/caridina.cr
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# TODO: Write documentation for `Caridina`

require "./connection"

module Caridina
VERSION = "0.1.0"

# TODO: Put your code here
Log = ::Log.for(self)
end

0 comments on commit da5f1b7

Please sign in to comment.