~libecbufr-dev/libecbufr/trunk

« back to all changes in this revision

Viewing changes to Bindings/python/ecbufr/__init__.py

  • Committer: vanh.souvanlasy at canada
  • Date: 2019-11-05 21:50:59 UTC
  • Revision ID: vanh.souvanlasy@canada.ca-20191105215059-0a0yolehj3jcmm67
add python bindings

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"""This module is a Python wrapper for libECBUFR"""
 
2
#
 
3
# libecbufr Python wrapper
 
4
#
 
5
from ecbufr import bufr_api
 
6
 
 
7
bufr_api.initialize()