From 3aff6367c2835949cf9f3b814bc94ca9ad35232e Mon Sep 17 00:00:00 2001 From: James Miller Date: Mon, 11 Nov 2019 15:26:49 -0600 Subject: [PATCH] New File: basics.py (empty) --- data/yaml/basics.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/yaml/basics.py diff --git a/data/yaml/basics.py b/data/yaml/basics.py new file mode 100644 index 0000000..f748ab7 --- /dev/null +++ b/data/yaml/basics.py @@ -0,0 +1,4 @@ + + +if __name__ == "__main__": + main() \ No newline at end of file