mirror of https://github.com/evilhero/mylar
6 lines
103 B
Python
6 lines
103 B
Python
|
#!/usr/bin/env python
|
||
|
from lib.comictaggerlib.main import ctmain
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
ctmain()
|