Fix encoding problem

This commit is contained in:
BrianPetkovsek 2019-06-17 22:37:04 -04:00
parent d4d485e132
commit 8fe6fd4009
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