mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-27 14:39:09 +00:00
fixed console script error
This commit is contained in:
parent
ba29349e65
commit
bcb2e97f89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user