This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/python/swig/__main__.py
Vitor Santos Costa d2f87363ef more putter
2017-08-21 12:38:39 +01:00

11 lines
168 B
Python

"""The main routine of the yap python project."""
import sys
import yapi
"""The main routine."""
if args is None:
args = sys.argv[1:]
yap4pi.yapi.live(args)