Proj1AdvAI/main.py
2021-09-13 14:37:06 -05:00

11 lines
243 B
Python

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