ontohub/ontohub-models

View on GitHub
app/models/theorem.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

# The Theorem is a proved conjecture
class Theorem < Conjecture
end