ontohub/ontohub-models

View on GitHub
app/models/prover.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

# The Prover
class Prover < Reasoner
end