File: __init__.py

package info (click to toggle)
sunpy-sphinx-theme 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 852 kB
  • sloc: python: 663; javascript: 457; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 158 bytes parent folder | download
1
2
3
4
5
6
7
8
"""
Test package for the documentation.

Uses code stolen from the internet.
"""

from .animals import *  # noqa: F403
from .timerange import *  # noqa: F403