18 lines
519 B
Python
18 lines
519 B
Python
"""
|
|
Pokemon Battle Simulator - Development Tools
|
|
|
|
This package contains Python tools and utilities for developing,
|
|
testing, and maintaining the Pokemon battle simulator.
|
|
|
|
Modules:
|
|
data: Data processing and validation tools
|
|
build: Build and deployment utilities
|
|
analysis: Performance and code analysis tools
|
|
testing: Test generation and execution utilities
|
|
docs: Documentation generation tools
|
|
common: Shared utilities and configuration
|
|
"""
|
|
|
|
__version__ = "0.1.0"
|
|
__author__ = "Pokemon Sim Team"
|