Skip to content

Commit a87f31a

Browse files
committed
Add source files of test pyback package
1 parent c0a1737 commit a87f31a

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

tests/nested_package/pyback/pyback/__init__.py

Whitespace-only changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)