mentorenwahl/docker/backend/src/mw/licenses.cr
2022-01-08 13:29:22 +01:00

6 lines
81 B
Crystal

require "compiled_license"
module MW
LICENSES = CompiledLicense::LICENSES
end