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