add QrMatching to the BrayniacAI lib

This commit is contained in:
bilal
2020-06-03 10:47:03 +02:00
parent 94c0dc3732
commit 21e8933471
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
module BrayniacAI
class QrMatching < Base
end
end