sorted imports, updated dates

This commit is contained in:
k4yt3x 2019-06-25 23:36:03 -04:00
parent a9586bf508
commit f94f99eb1c

View File

@ -4,15 +4,20 @@
""" """
Name: Waifu2x NCNN Vulkan Driver Name: Waifu2x NCNN Vulkan Driver
Author: K4YT3X, SAT3LL Author: SAT3LL
Date Created: June 26, 2019
Last Modified: June 26, 2019
Dev: K4YT3X
Description: This class is a high-level wrapper Description: This class is a high-level wrapper
for waifu2x_ncnn_vulkan. for waifu2x_ncnn_vulkan.
""" """
from avalon_framework import Avalon from avalon_framework import Avalon
import os
import subprocess import subprocess
import threading import threading
import os
class Waifu2xNcnnVulkan: class Waifu2xNcnnVulkan:
"""This class communicates with waifu2x ncnn vulkan engine """This class communicates with waifu2x ncnn vulkan engine