removed import of remove class

This commit is contained in:
Askill 2020-12-26 15:06:00 +01:00
parent 14bfcecbde
commit a8c7902ef5
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ import time
from Application.ContourExctractor import ContourExtractor from Application.ContourExctractor import ContourExtractor
from Application.Exporter import Exporter from Application.Exporter import Exporter
from Application.LayerFactory import LayerFactory from Application.LayerFactory import LayerFactory
from Application.Analyzer import Analyzer
from Application.Config import Config from Application.Config import Config
from Application.Importer import Importer from Application.Importer import Importer
from Application.VideoReader import VideoReader from Application.VideoReader import VideoReader
@ -14,7 +13,7 @@ def main():
startTotal = time.time() startTotal = time.time()
config = Config() config = Config()
fileName = "x23.mp4" fileName = "out.mp4"
outputPath = os.path.join(os.path.dirname(__file__), "output") outputPath = os.path.join(os.path.dirname(__file__), "output")
dirName = os.path.join(os.path.dirname(__file__), "generate test footage") dirName = os.path.join(os.path.dirname(__file__), "generate test footage")