9 lines
161 B
Python
9 lines
161 B
Python
from ergogen_footprint_converter.converter import Converter
|
|
|
|
def test_convert():
|
|
input = ""
|
|
converter = Converter(input)
|
|
res = converter.convert()
|
|
|
|
|