moai/tests/__init__.py
Mikkel Georgsen 44e23226b1 feat(01-01): create src layout and package structure
- 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>
2026-01-16 15:00:30 +00:00

4 lines
105 B
Python

"""Test suite for MoAI.
Contains unit tests, integration tests, and fixtures for the MoAI platform.
"""