7 lines
105 B
Python
7 lines
105 B
Python
# Copyright 2020 Daniel Rojas. All Rights Reserved.
|
|
|
|
from wireviz.core import parse
|
|
|
|
|
|
__all__ = 'parse',
|