Updated import

This commit is contained in:
itdominator 2021-07-27 17:50:04 -05:00
parent a7d56bae10
commit 92c7a76a63
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ from os.path import isdir, isfile, join
# Application imports
from .utils import Settings, Launcher
from . import Path
from . import Path, Settings, Launcher
class View(Settings, Launcher, Path):
def __init__(self):