mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
6 lines
107 B
Python
Executable file
6 lines
107 B
Python
Executable file
#!/usr/bin/env python
|
|
|
|
import tlnb
|
|
|
|
if __name__ == "__main__":
|
|
tlnb.main(role="task", role2="ec2task")
|