6 lines
178 B
Python
6 lines
178 B
Python
from model.model import Model
|
|
from model.sense import Sense
|
|
from model.translation import Translation
|
|
from model.example import Example
|
|
from model.explanation import Explanation
|