ISCE_INSAR/components/isceobj/Location/__init__.py

5 lines
81 B
Python
Raw Normal View History

2019-01-16 19:40:08 +00:00
#!/usr/bin/env python3
def createPeg():
from Peg import Peg
return Peg()