Completes MAXH2O-53, starts MAXH2O-57

Completes IO programming.
Adds framework for pocloud driver from cookiecutter
This commit is contained in:
Patrick McDonagh
2017-12-06 16:58:06 -06:00
commit 0431e764cd
17 changed files with 9863 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "tanktransfer",
"driverFilename": "tanktransfer.py",
"driverId": "0000",
"additionalDriverFiles": [
"utilities.py",
"persistence.py",
"Channel.py",
"Maps.py"
],
"version": 1,
"s3BucketName": "tanktransfer"
}