6 lines
105 B
Python
6 lines
105 B
Python
|
#!/usr/bin/env python
|
||
|
|
||
|
def createGeo2rdr():
|
||
|
from .GPUgeo2rdr import PyGeo2rdr
|
||
|
return PyGeo2rdr()
|