crypto.ai/cryptoai/__init__.py
2025-04-27 12:22:24 +08:00

11 lines
219 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
CryptoAI - 加密货币AI分析项目
利用人工智能对加密货币市场进行分析和预测的项目。
"""
__version__ = '0.1.0'
__author__ = 'CryptoAI Team'