This commit is contained in:
Vitor Santos Costa
2018-01-05 16:57:38 +00:00
parent 814aa2bd4c
commit 9c862c21bc
271 changed files with 43711 additions and 6129 deletions

View File

@@ -1,7 +1,6 @@
"""The main routine of the yap python project."""
import sys
import yap4py.yapi
def main(**args):
@@ -10,5 +9,6 @@ def main(**args):
args = sys.argv[1:]
if __name__ == "__main__":
import yap4py.yapi
main()
yap4py.yapi.main()