mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
7 lines
104 B
Python
7 lines
104 B
Python
![]() |
#!/usr/bin/env python
|
||
|
|
||
|
import tlnb
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
tlnb.main(role="work", role2="work")
|