15 lines
166 B
Text
15 lines
166 B
Text
![]() |
:insert
|
||
|
#!/usr/bin/python
|
||
|
# -*- encoding: utf-8 -*-
|
||
|
#
|
||
|
# File Name :
|
||
|
# Purpose :
|
||
|
# Creation Date :
|
||
|
# Last Modified :
|
||
|
# Created By :
|
||
|
#
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
|
||
|
.
|