This is an automated email from the ASF dual-hosted git repository.
gstein pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git
The following commit(s) were added to refs/heads/trunk by this push:
new c35dda3 sketch initial dir structure for v3 flask app, and bin/ for
tools
c35dda3 is described below
commit c35dda324c3adc559ab3a7a52ad22afe7545a471
Author: Greg Stein <[email protected]>
AuthorDate: Sat May 21 05:29:52 2022 -0400
sketch initial dir structure for v3 flask app, and bin/ for tools
---
v3/bin/.placeholder | 0
v3/server/main.py | 0
v3/server/requirements.txt | 0
v3/server/static/.placeholder | 0
v3/server/templates/.placeholder | 0
5 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/v3/bin/.placeholder b/v3/bin/.placeholder
new file mode 100644
index 0000000..e69de29
diff --git a/v3/server/main.py b/v3/server/main.py
new file mode 100644
index 0000000..e69de29
diff --git a/v3/server/requirements.txt b/v3/server/requirements.txt
new file mode 100644
index 0000000..e69de29
diff --git a/v3/server/static/.placeholder b/v3/server/static/.placeholder
new file mode 100644
index 0000000..e69de29
diff --git a/v3/server/templates/.placeholder b/v3/server/templates/.placeholder
new file mode 100644
index 0000000..e69de29