PyWxDump/pywxdump/api/__init__.py

14 lines
427 B
Python

# -*- coding: utf-8 -*-#
# -------------------------------------------------------------------------------
# Name: __init__.py
# Description:
# Author: xaoyaoo
# Date: 2023/12/14
# -------------------------------------------------------------------------------
from .remote_server import rs_api
from .local_server import ls_api
from .utils import get_conf, set_conf
if __name__ == '__main__':
pass