File size: 92 Bytes
1c72248
 
 
 
 
 
1
2
3
4
5
6
7
from .flex2 import Flex2

AI_TOOLKIT_MODELS = [
    # put a list of models here
    Flex2
]