#!/usr/bin/env python3 from src.inferencing import infer if __name__ == '__main__': infer()