diff --git a/bin/exceptions.py b/bin/exceptions.py index 29dc428..685bf67 100644 --- a/bin/exceptions.py +++ b/bin/exceptions.py @@ -1,7 +1,5 @@ #!/usr/bin/env python3 # -*- coding: future_fstrings -*- - - """ Name: Video2X Exceptions Dev: K4YT3X diff --git a/bin/ffmpeg.py b/bin/ffmpeg.py index 2a3fe9d..9213757 100644 --- a/bin/ffmpeg.py +++ b/bin/ffmpeg.py @@ -1,7 +1,5 @@ #!/usr/bin/env python3 # -*- coding: future_fstrings -*- - - """ Name: FFMPEG Class Author: K4YT3X diff --git a/bin/image_cleaner.py b/bin/image_cleaner.py index b42d471..76bb536 100644 --- a/bin/image_cleaner.py +++ b/bin/image_cleaner.py @@ -1,7 +1,5 @@ #!/usr/bin/env python3 # -*- coding: future_fstrings -*- - - """ Name: Video2X Image Cleaner Author: BrianPetkovsek diff --git a/bin/upscaler.py b/bin/upscaler.py index e4e7e2f..69fcb0c 100644 --- a/bin/upscaler.py +++ b/bin/upscaler.py @@ -1,7 +1,5 @@ #!/usr/bin/env python3 # -*- coding: future_fstrings -*- - - """ Name: Video2X Upscaler Author: K4YT3X diff --git a/bin/video2x.py b/bin/video2x.py index 6100996..3b82fba 100644 --- a/bin/video2x.py +++ b/bin/video2x.py @@ -1,7 +1,5 @@ #!/usr/bin/env python3 # -*- coding: future_fstrings -*- - - """ __ __ _ _ ___ __ __ diff --git a/bin/video2x_setup.py b/bin/video2x_setup.py index 27f0935..29b7716 100644 --- a/bin/video2x_setup.py +++ b/bin/video2x_setup.py @@ -1,7 +1,5 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- - - """ Name: Video2X Setup Script Author: K4YT3X diff --git a/bin/waifu2x_caffe.py b/bin/waifu2x_caffe.py index 37e7f68..47d8654 100644 --- a/bin/waifu2x_caffe.py +++ b/bin/waifu2x_caffe.py @@ -1,7 +1,5 @@ #!/usr/bin/env python3 # -*- coding: future_fstrings -*- - - """ Name: Waifu2x Caffe Driver Author: K4YT3X diff --git a/bin/waifu2x_converter.py b/bin/waifu2x_converter.py index d3d5ae3..d5fd376 100644 --- a/bin/waifu2x_converter.py +++ b/bin/waifu2x_converter.py @@ -1,7 +1,5 @@ #!/usr/bin/env python3 # -*- coding: future_fstrings -*- - - """ Name: Waifu2x Converter CPP Driver Author: K4YT3X