feat: add sub package test

This commit is contained in:
2025-09-03 00:21:45 +08:00
parent a5fed6a5ef
commit b8120d6768
3 changed files with 14 additions and 0 deletions

3
sub_package/sub.py Normal file
View File

@@ -0,0 +1,3 @@
def sub_func():
print("call: sub_func")