fixed console script error

This commit is contained in:
k4yt3x 2022-04-01 07:52:28 +00:00
parent ba29349e65
commit bcb2e97f89

View File

@ -19,7 +19,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
Name: Package Init
Author: K4YT3X
Date Created: July 3, 2021
Last Modified: February 16, 2022
Last Modified: April 1, 2022
"""
# version assignment has to precede imports to
@ -28,4 +28,4 @@ __version__ = "5.0.0-beta5"
from .interpolator import Interpolator
from .upscaler import Upscaler
from .video2x import Video2X
from .video2x import Video2X, main