add setup.py

This commit is contained in:
Xintao
2021-08-08 15:13:53 +08:00
parent 52eab16d11
commit 064df9956b
5 changed files with 129 additions and 0 deletions

5
realesrgan/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
# flake8: noqa
from .archs import *
from .data import *
from .models import *
from .version import __gitsha__, __version__

View File

@@ -0,0 +1,3 @@
# Weights
Put the downloaded weights to this folder.