File size: 96 Bytes
3840afc
 
 
 
 
 
1
2
3
4
5
6
7
def main():
    print("Hello from myoquant-sdh-model!")


if __name__ == "__main__":
    main()