# -*- coding: utf-8 -*-
# ------------------------------------------------------------------------------
# Name:         capella/__init__.py
# Purpose:      parses Capella music Notation
#
# Authors:      Michael Scott Asato Cuthbert
#
# Copyright:    Copyright © 2012 Michael Scott Asato Cuthbert
# License:      BSD, see license.txt
# ------------------------------------------------------------------------------
from __future__ import annotations

__all__ = ['fromCapellaXML']

from music21.capella import fromCapellaXML

