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

11 lines
168 B
Python
Raw Normal View History

2017-05-02 07:38:23 +01:00
"""The main routine of the yap python project."""
import sys
import yapi
2017-08-21 12:38:39 +01:00
"""The main routine."""
if args is None:
args = sys.argv[1:]
yap4pi.yapi.live(args)