mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-22 21:03:00 +00:00
5 lines
53 B
Python
5 lines
53 B
Python
from .core import Parser
|
|
|
|
__all__ = [
|
|
'Parser'
|
|
]
|