forked from platypush/platypush
5 lines
51 B
Python
5 lines
51 B
Python
import sys
|
|
|
|
from . import main
|
|
|
|
main(sys.argv[1:])
|