6 lines
84 B
Python
6 lines
84 B
Python
#!/usr/bin/env python
|
|
from morss import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|