Merge pull request #107 from BrianPetkovsek/Fix-encoding-problem

Fixed encoding problem
This commit is contained in:
K4YT3X 2019-06-18 14:28:20 +00:00 committed by GitHub
commit b40aee0cd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 16 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/usr/bin/env python3
# -*- coding: future_fstrings -*-
"""
Name: Video2X Exceptions
Dev: K4YT3X

View File

@ -1,5 +1,7 @@
#!/usr/bin/env python3
# -*- coding: future_fstrings -*-
"""
Name: FFMPEG Class
Author: K4YT3X

View File

@ -1,5 +1,7 @@
#!/usr/bin/env python3
# -*- coding: future_fstrings -*-
"""
Name: Video2X Image Cleaner
Author: BrianPetkovsek

View File

@ -1,5 +1,7 @@
#!/usr/bin/env python3
# -*- coding: future_fstrings -*-
"""
Name: Video2X Upscaler
Author: K4YT3X

View File

@ -1,5 +1,7 @@
#!/usr/bin/env python3
# -*- coding: future_fstrings -*-
"""
__ __ _ _ ___ __ __

View File

@ -1,5 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Name: Video2X Setup Script
Author: K4YT3X

View File

@ -1,5 +1,7 @@
#!/usr/bin/env python3
# -*- coding: future_fstrings -*-
"""
Name: Waifu2x Caffe Driver
Author: K4YT3X

View File

@ -1,5 +1,7 @@
#!/usr/bin/env python3
# -*- coding: future_fstrings -*-
"""
Name: Waifu2x Converter CPP Driver
Author: K4YT3X