File: __init__.py

package info (click to toggle)
astropy-regions 0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,120 kB
  • sloc: python: 7,645; makefile: 114; ansic: 69
file content (9 lines) | stat: -rw-r--r-- 293 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# Licensed under a 3-clause BSD style license - see LICENSE.rst
"""
Geometry subpackage for low-level geometry functions.
"""

from .circular_overlap import *  # noqa
from .elliptical_overlap import *  # noqa
from .rectangular_overlap import *  # noqa
from .polygonal_overlap import *  # noqa