Skip to content

Commit

Permalink
Empiezo de un módulo para convertir fechas a formatos internacionales.
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Sep 16, 2016
1 parent 33a499d commit a0a79de
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Interfaz/Fechas.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@


class FechaUniversal(object):

def __init__(símismo):
pass


class Fecha(object):

def __init__(símismo):
pass

0 comments on commit a0a79de

Please sign in to comment.