6 lines
99 B
Python
6 lines
99 B
Python
|
#!/usr/bin/env python3
|
||
|
|
||
|
def createGeo2rdr():
|
||
|
from .Geo2rdr import Geo2rdr
|
||
|
return Geo2rdr()
|