21 lines
458 B
Python
21 lines
458 B
Python
|
|
# -*- 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()
|
|||
|
|
|
|||
|
|
print(0<0)
|