commit 27601878378d4c57e0752e1f2e9a3793b82b09c1 Author: BuildTools Date: Mon Sep 13 14:37:06 2021 -0500 Starting 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