Browse Source

add __init__ in reasoning

pull/4/head
troyyyyy 2 years ago
parent
commit
b9f507910a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      abl/reasoning/__init__.py

+ 2
- 2
abl/reasoning/__init__.py View File

@@ -1,2 +1,2 @@
from .reasoner import ReasonerBase
from .kb import KBBase, prolog_KB
from .kb import KBBase, GroundKB, PrologKB
from .reasoner import ReasonerBase

Loading…
Cancel
Save