First attempt at Python port, expand tests.

This commit is contained in:
Joshua Bemenderfer
2023-02-07 16:38:23 -05:00
parent ac821e448d
commit e72ff2eccf
11 changed files with 365 additions and 82 deletions

View File

@@ -0,0 +1,8 @@
{
"name": "@terrace/python",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"test": "python3 ./test/index.py"
}
}