video2x/video2x/__init__.py

12 lines
251 B
Python
Raw Normal View History

2021-07-06 00:56:56 +00:00
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Name: Video2X package init
Author: K4YT3X
Date Created: July 3, 2021
Last Modified: July 3, 2021
"""
from .video2x import Video2X
from .upscaler import Upscaler
from .interpolator import Interpolator