mirror of
https://github.com/evilhero/mylar
synced 2025-01-03 13:34:33 +00:00
5 lines
106 B
Python
Executable file
5 lines
106 B
Python
Executable file
#!/usr/bin/env python
|
|
from lib.comictaggerlib.main import ctmain
|
|
|
|
if __name__ == '__main__':
|
|
ctmain()
|