move framework to libs

This commit is contained in:
deeppomf 2018-11-02 05:53:40 -04:00
parent 904baa23b3
commit e925603641
2 changed files with 1 additions and 1 deletions

2
ui.py
View File

@ -35,7 +35,7 @@ from tkinter import colorchooser
from tkinter import ttk
from tkinter import messagebox
from tkinter import filedialog
import framework
import libs.framework as framework
import decensor
import os