This commit is contained in:
Vitor Santos Costa
2017-09-03 10:49:16 +01:00
41 changed files with 1384 additions and 1221 deletions

View File

@@ -1 +1,14 @@
"""The main routine of the yap python project."""
import sys
import yap4py.yapi
def main(**args):
"""The main routine."""
if args is None:
args = sys.argv[1:]
if __name__ == "__main__":
main()
yap4py.yapi.live()