#!/usr/bin/env python3
from mcgpufort import gpufort
import sys
if __name__ == "__main__":
     gpufort.main()
