mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-30 23:58:11 +00:00
12 lines
251 B
Python
12 lines
251 B
Python
|
#!/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
|