Skip to content
Snippets Groups Projects
lecture_02_keyboard_pacman_g2.py 345 B
Newer Older
  • Learn to ignore specific revisions
  • tuhe's avatar
    tuhe committed
    # 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)