Files
mmp_wise2526_franksim/mmp/a7/main.py

8 lines
194 B
Python
Raw Normal View History

2025-10-13 14:48:00 +02:00
def main():
"""Put the surrounding training code here. The code will probably look very similar to last assignment"""
raise NotImplementedError()
if __name__ == "__main__":
main()