5 lines
136 B
Python
5 lines
136 B
Python
from model.model import Model
|
|
from model.sense import Sense
|
|
from model.translation import Translation
|
|
from model.example import Example
|