From 27601878378d4c57e0752e1f2e9a3793b82b09c1 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Mon, 13 Sep 2021 14:37:06 -0500 Subject: [PATCH] Starting --- main.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..bc261b4 --- /dev/null +++ b/main.py @@ -0,0 +1,11 @@ +#Project 1 for the University of Tulsa's CS-7313 Adv. AI Course +#Approximate Inference Methods for Bayesian Networks +#Professor: Dr. Sen, Fall 2021 +#Noah Schrick - 1492657 + +def main(): + print("Hello") + + +if __name__ == '__main__': + main() \ No newline at end of file