aurask/api/aurask/__init__.py

6 lines
75 B
Python

"""Aurask MVP package."""
from aurask.cli import main
__all__ = ["main"]