from jinjasql.core import JinjaSql 

__version__ = '0.1.9'
VERSION = tuple(map(int, __version__.split('.')))

__all__ = ['JinjaSql']
