aboutsummaryrefslogtreecommitdiff
path: root/testdata/project2/folder/has-one-id.py
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/project2/folder/has-one-id.py')
-rw-r--r--testdata/project2/folder/has-one-id.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/testdata/project2/folder/has-one-id.py b/testdata/project2/folder/has-one-id.py
new file mode 100644
index 0000000..17ee16a
--- /dev/null
+++ b/testdata/project2/folder/has-one-id.py
@@ -0,0 +1,5 @@
+# a comment in the python file
+# SPDX-License-Identifier: MIT
+
+if __name__ == "__main__":
+ print("Hello world!")