File: db2twitter.py

package info (click to toggle)
db2twitter 0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 208 kB
  • sloc: python: 728; makefile: 147
file content (7 lines) | stat: -rwxr-xr-x 120 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/env python3

# app libraries imports
from db2twitter.main import Main

if __name__ == '__main__':
    Main()