mirror of
https://18126008609:longquanjian123@gitee.com/feigong123/aurask.git
synced 2026-04-19 17:58:41 +00:00
6 lines
75 B
Python
6 lines
75 B
Python
"""Aurask MVP package."""
|
|
|
|
from aurask.cli import main
|
|
|
|
__all__ = ["main"]
|