- Create src/moai/ package with __version__ = "0.1.0" - Create src/moai/bot/ subpackage for Telegram handlers - Create src/moai/bot/handlers/ for command handlers - Create src/moai/core/ for business logic and models - Create tests/ package for test suite - Add module docstrings per SPEC.md requirements Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4 lines
105 B
Python
4 lines
105 B
Python
"""Test suite for MoAI.
|
|
|
|
Contains unit tests, integration tests, and fixtures for the MoAI platform.
|
|
"""
|