Added manga-py source
This commit is contained in:
8
manga-py-stable_1.x/manga.py
Normal file
8
manga-py-stable_1.x/manga.py
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from manga_py import main
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Reference in New Issue
Block a user