chore: 项目骨架与 pyproject 打包(src 布局 + pytest 就绪)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import genesis
|
||||
|
||||
|
||||
def test_package_importable():
|
||||
assert genesis.__version__ == "0.1.0"
|
||||
Reference in New Issue
Block a user