8 lines
110 B
Python
8 lines
110 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
|
|
"""
|
|
TravelContentCreator API模块
|
|
"""
|
|
|
|
__version__ = '1.0.0' |