File size: 95 Bytes
50ba921
 
 
 
 
1
2
3
4
5
def run():
    print("Inference example placeholder")

if __name__ == '__main__':
    run()