commit 771e79c637296f58ab7ddee78a4bf090261ee020 Author: Louis Abel Date: Sun Jun 4 16:23:20 2023 -0700 init diff --git a/README.md b/README.md new file mode 100644 index 0000000..34ea5d5 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Platform POC + +A POC for builder nodes or developer purposes. diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..99ff0bf --- /dev/null +++ b/__init__.py @@ -0,0 +1,5 @@ +# -*-:python; coding:utf-8; -*- +# author: Louis Abel +""" +The pv2 module and module accessories +"""