pylspci/pylspci/__init__.py

4 lines
73 B
Python
Raw Normal View History

2019-07-10 17:02:55 +00:00
from pylspci.parsers.simple import SimpleParser
2019-07-10 17:02:55 +00:00
parser = SimpleParser()