Files
mmp_wise2526_franksim/mmp/a7/main.py
2025-10-13 14:48:00 +02:00

8 lines
194 B
Python

def main():
"""Put the surrounding training code here. The code will probably look very similar to last assignment"""
raise NotImplementedError()
if __name__ == "__main__":
main()