module Piezo

Overview

The Piezo module initializes the application.

Defined in:

piezo.cr

Constant Summary

CONFIG = Config.new

An instance of the Config class, to be used by other classes.

DATABASE = Database.new(CONFIG.getDbPath)

An instance of the Database class, to be used by other classes.

VERSION = {{ (`shards version /srv/crystaldoc.info/github-needmorepaper-piezo-main/src`).chomp.stringify }}

The version number of the software as defined by the shards manifest.