0df283778c
Replaced tabs with spaces, and removed some trailing spaces.
6 lines
102 B
Python
Executable File
6 lines
102 B
Python
Executable File
#!/usr/bin/env python
|
|
from comictaggerlib.main import ctmain
|
|
|
|
if __name__ == '__main__':
|
|
ctmain()
|