mirror of
https://github.com/evilhero/mylar
synced 2024-12-22 07:42:24 +00:00
69eeb9b49d
Update bs4 to latest version to fix issues Get clean modules using `pip install --upgrade --target=lib` Move cherrypy, mako, pystun, bs4 into lib directory
5 lines
102 B
Python
Executable file
5 lines
102 B
Python
Executable file
#!/usr/bin/env python
|
|
from comictaggerlib.main import ctmain
|
|
|
|
if __name__ == '__main__':
|
|
ctmain()
|