From 1339c8ef9a04e6ff828a50dd1859597552a1af41 Mon Sep 17 00:00:00 2001 From: Brandon Butler Date: Fri, 15 Sep 2023 18:17:12 -0400 Subject: [PATCH] fix: packaging script files for CLI --- flow/scripts/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 flow/scripts/__init__.py diff --git a/flow/scripts/__init__.py b/flow/scripts/__init__.py new file mode 100644 index 000000000..90279073d --- /dev/null +++ b/flow/scripts/__init__.py @@ -0,0 +1,4 @@ +# Copyright (c) 2023 The Regents of the University of Michigan +# All rights reserved. +# This software is licensed under the BSD 3-Clause License. +"""Import command line scripts."""