6 lines
101 B
Python
6 lines
101 B
Python
# -*- coding: utf-8 -*-
|
|
"""ETL GUI 客户端模块"""
|
|
|
|
__version__ = "1.0.0"
|
|
__author__ = "ETL Team"
|