mirror of
https://github.com/evilhero/mylar
synced 2024-12-21 15:22:23 +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()
|