File size: 79 Bytes
9b855a7
 
 
 
 
1
2
3
4
5
6
from .referformer import build


def build_model(args):
    return build(args)