Notes/src/Python/Scripts/bulk-rename/__main__.py

8 lines
84 B
Python

#!/usr/sbin/python
from __init__ import app
if __name__ == "__main__":
app()