Newer
Older
# This file may not be shared/redistributed without permission. Please read copyright notice in the git repo. If this file contains other copyright notices disregard this text.
from irlc.lectures.lec02.lecture_02_keyboard_pacman_g1 import ppac
from irlc.lectures.chapter3dp.dp_pacman import SS2tiny
if __name__ == "__main__":
ppac(SS2tiny)