Skip to content

Commit 1fec276

Browse files
committed
Move sgf directory to root
1 parent 497d557 commit 1fec276

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

go_capture/sgf/process_image.py renamed to sgf/process_image.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import cv2
22
import numpy as np
33

4-
from go_capture.sgf import perspective, find_stones
5-
from go_capture.sgf.make_sgf import make_sgf
4+
from sgf import perspective, find_stones
5+
from sgf.make_sgf import make_sgf
66

77

88
def process_image(image_file, output_file):

0 commit comments

Comments
 (0)