From 0976ec8bb57916e2e7df7d41cf9b4744725c1dc6 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 11 Oct 2017 16:04:14 -0700 Subject: [PATCH] Move puzzles back up a level --- sudoku/puzzles.py => puzzles.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename sudoku/puzzles.py => puzzles.py (100%) diff --git a/sudoku/puzzles.py b/puzzles.py similarity index 100% rename from sudoku/puzzles.py rename to puzzles.py