This commit is contained in:
BuildTools 2021-09-13 14:37:06 -05:00
commit 2760187837

11
main.py Normal file
View File

@ -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()