File: __init__.py

package info (click to toggle)
asdf-astropy 0.3.0%2Bgithub-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 556 kB
  • sloc: python: 3,703; makefile: 109
file content (6 lines) | stat: -rw-r--r-- 303 bytes parent folder | download
1
2
3
4
5
6
# Packages may add whatever they like to this file, but
# should keep this content at the top.
# ----------------------------------------------------------------------------
from ._astropy_init import *  # noqa: F403, F401

# ----------------------------------------------------------------------------