| 123456789101112131415161718 |
- # -*- coding: utf-8 -*-
- """
- -------------------------------------------------
- File Name: test.py
- Description :
- Author : JHao
- date: 2017/3/7
- -------------------------------------------------
- Change Activity:
- 2017/3/7:
- -------------------------------------------------
- """
- __author__ = 'JHao'
- from test import testConfig
- if __name__ == '__main__':
- testConfig.testConfig()
|