6 lines
94 B
Python
6 lines
94 B
Python
"""
|
|
Unix-like Command style - vlgeoff 2017
|
|
|
|
"""
|
|
|
|
from .unixcommand import UnixCommand # noqa
|