Skip to content

Instantly share code, notes, and snippets.

View avianey's full-sized avatar
🏕️
Living

Antoine Vianey avianey

🏕️
Living
View GitHub Profile
@avianey
avianey / astro.py
Last active September 10, 2015 13:55 — forked from pepijndevos/astro.py
import math
class Planet(object):
def __init__(self, name, a, e, i, l, lp, ln,
ac, ec, ic, lc, lpc, lnc):
self.name = name
self.a = a
self.ac = ac
self.e = e