#!/usr/bin/python3
"""
Module file handling for Fortran: tests

Copyright (C) 2025 Alastair McKinstry <mckinstry@debian.org>
Released under the GPL-3 Gnu Public License.
"""

import dhfortran.module


def test_dh_fortran_mod():
    pass


if __name__ == "__main__":
    import pytest

    pytest.main()
