forked from s_ranjbar/city_retrofit
6 lines
148 B
Python
6 lines
148 B
Python
|
from exports.formats.triangular import Triangular
|
||
|
|
||
|
class Obj(Triangular):
|
||
|
def __init__(self, city, path):
|
||
|
super().__init__(city, path, 'obj')
|