7 lines
232 B (Stored with Git LFS)
Python
7 lines
232 B (Stored with Git LFS)
Python
from src.defintion_input import parse_package_input, parse_enum_inputs
|
|
|
|
if __name__ == "__main__":
|
|
|
|
e = parse_enum_inputs("docs/Gobot RPC Defintion.ods")
|
|
packages = parse_package_input("docs/Gobot RPC Defintion.ods", e)
|