xref: /aosp_15_r20/external/spdx-tools/testdata/project2/folder/has-one-id.py (revision ba677afa8f67bb56cbc794f4d0e378e0da058e16)
1# a comment in the python file
2# SPDX-License-Identifier: MIT
3
4if __name__ == "__main__":
5    print("Hello world!")
6