6 lines
72 B
Python
6 lines
72 B
Python
|
|
#!/usr/bin/env python3
|
||
|
|
# -*- coding: utf-8 -*-
|
||
|
|
|
||
|
|
"""
|
||
|
|
API服务模块
|
||
|
|
"""
|