rougail/src/rougail/__init__.py

5 lines
83 B
Python

from .loader import load
from .annotator import modes
__ALL__ = ('load', 'modes')