Skip to content

Instantly share code, notes, and snippets.

View dangtrinhnt's full-sized avatar
😎
Busy changing the world

Trinh Nguyen dangtrinhnt

😎
Busy changing the world
View GitHub Profile
#!/usr/bin/env python
"""
This script is about telling want you need *today* - not what you want to hear
""" # noqa
import sys
import math
from argparse import ArgumentParser
parser = ArgumentParser(description=__doc__.lstrip())
from sqlalchemy import *
from sqlalchemy.orm import *
import os
from datetime import datetime
from MyProject.utils.my_models import MyTable
DB_HOST = 'mygeniusdomain.com'
DBMS = 'mysql'