heminghao_branch
parent
abf72d39aa
commit
7ebed7d607
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: UTF-8 -*-
|
||||
|
||||
class ArcMany:
|
||||
def __init__(self, argv2):
|
||||
self.geometry_list2 = [float(ele) for ele in argv2[0:2]]
|
||||
self.id = int(argv2[2])
|
||||
|
||||
|
||||
|
Loading…
Reference in new issue