File: create-astronomical-data.py

package info (click to toggle)
python-calendra 7.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,600 kB
  • sloc: python: 16,840; makefile: 6
file content (6 lines) | stat: -rwxr-xr-x 146 bytes parent folder | download
1
2
3
4
5
6
from tqdm import tqdm

from .precomputed_astronomy import create_astronomical_data

if __name__ == '__main__':
    create_astronomical_data(tqdm)