4 lines
102 B
Python
4 lines
102 B
Python
#!/usr/bin/env python
|
||
# -*- coding: utf-8 -*-
|
||
|
||
"""API模块,提供与外部API交互的功能。""" |