kerykeion.aspects

This is part of Kerykeion (C) 2024 Giacomo Battaglia

The aspects module contains the classes and functions for calculating aspects between planets and points in a chart.

 1# -*- coding: utf-8 -*-
 2"""
 3This is part of Kerykeion (C) 2024 Giacomo Battaglia
 4
 5The aspects module contains the classes and functions for calculating 
 6 aspects between planets and points in a chart.
 7"""
 8
 9
10from .synastry_aspects import SynastryAspects
11from .natal_aspects import NatalAspects