We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a1737 commit a87f31aCopy full SHA for a87f31a
2 files changed
tests/nested_package/pyback/pyback/__init__.py
tests/nested_package/pyback/pyback/main.py
@@ -0,0 +1,6 @@
1
+def main():
2
+ print("This is test project for finecode testing")
3
+
4
5
+if __name__ == "__main__":
6
+ main()
0 commit comments