mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
6 lines
111 B
Python
Executable file
6 lines
111 B
Python
Executable file
#!/usr/bin/env python
|
|
|
|
from . import tlnb
|
|
|
|
if __name__ == "__main__":
|
|
tlnb.main(role="work", role2="work")
|