code style adjustments

This commit is contained in:
k4yt3x
2019-06-15 14:35:22 -04:00
parent 76144b589a
commit f96b95563e
6 changed files with 20 additions and 25 deletions

View File

@@ -4,15 +4,15 @@
Name: Waifu2x Converter CPP Driver
Author: K4YT3X
Date Created: February 8, 2019
Last Modified: April 28, 2019
Last Modified: June 15, 2019
Description: This class is a high-level wrapper
for waifu2x-converter-cpp.
"""
from avalon_framework import Avalon
import os
import subprocess
import threading
import os
class Waifu2xConverter: