#!/usr/bin/env python3

# app libraries imports
from db2twitter.main import Main

if __name__ == '__main__':
    Main()
