Converted to python flask #1

Merged
itdominator merged 49 commits from develop into master 2021-10-03 19:49:44 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 92c7a76a63 - Show all commits

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):