A set of utilitaty function for creating commands

This commit is contained in:
2016-03-28 15:03:26 +02:00
parent 2c084c8cf7
commit aacfefad26
11 changed files with 469 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#cython: language_level=3
cdef object loadCommand(str name,loader)