Skip to content

Instantly share code, notes, and snippets.

View marcelcaraciolo's full-sized avatar
💭
Coding !

Marcel Caraciolo marcelcaraciolo

💭
Coding !
View GitHub Profile
# -*- coding: utf-8 -*-
import datetime as dt_variation
from datetime import datetime
DELTA = dt_variation.timedelta(days=2)
DATAS = ('2012-02-08', '2012-02-09', '2012-02-10', '2012-02-11', '2012-02-12')
PONTO_MOVIMENTO = ''
def Gera_Data():