comictagger/comictagger.py
fcanc 0df283778c Indentation
Replaced tabs with spaces, and removed some trailing spaces.
2015-02-12 23:57:46 +01:00

6 lines
102 B
Python
Executable File

#!/usr/bin/env python
from comictaggerlib.main import ctmain
if __name__ == '__main__':
ctmain()