readded nserver backend modules

This commit is contained in:
Believethehype
2023-12-14 09:59:50 +01:00
parent d19fad042d
commit 37a3c992ef
33 changed files with 3398 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
""" RealESRGan
"""
# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = '1'
_MINOR_VERSION = '0'
_PATCH_VERSION = '0'
__version__ = '.'.join([
_MAJOR_VERSION,
_MINOR_VERSION,
_PATCH_VERSION,
])