removed unused modules

This commit is contained in:
Louis Heredero 2022-09-22 15:10:59 +02:00
parent ea1fbe4e94
commit b374753539
2 changed files with 0 additions and 3 deletions

View File

@ -3,7 +3,6 @@
import numpy as np
import pygame
import time
import sys
S_EMPTY = 1
S_SEP = 2

View File

@ -10,8 +10,6 @@ import cv2
import numpy as np
from math import sqrt, degrees, atan2, radians, cos, sin
import imutils
import matplotlib.pyplot as plt
from PIL import Image
DB_WIN = False