! simple interface routines such that f2py does not have to also compile ! parts no needed for the interface. subroutine hello_() use library, only: & hello implicit none call hello() end subroutine hello_