mentorenwahl/backend/src/backend/licenses.cr
Dominic Grimm 50379148bc
Some checks failed
continuous-integration/drone/push Build is failing
Update codebase
2022-10-31 09:47:26 +01:00

6 lines
86 B
Crystal

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