#!/usr/bin/python3 # -*- coding: utf-8 -*- from manga_py import main if __name__ == '__main__': main()