1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 03:58:22 +08:00

Opt: Separate module/map_detection/utils.py

This commit is contained in:
LmeSzinc
2021-06-30 14:53:49 +08:00
parent f94f3ce955
commit be1c6420d6
7 changed files with 60 additions and 55 deletions

View File

@@ -9,6 +9,7 @@ from module.map_detection.detector import MapDetector
from module.map_detection.grid import Grid
from module.map_detection.os_grid import OSGrid
from module.map_detection.utils import *
from module.map_detection.utils_assets import *
class View(MapDetector):