From 771e79c637296f58ab7ddee78a4bf090261ee020 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Sun, 4 Jun 2023 16:23:20 -0700 Subject: [PATCH] init --- README.md | 3 +++ __init__.py | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 README.md create mode 100644 __init__.py 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 +"""