Commit a08abb85 authored by pk's avatar pk

updated struct to PortSpec

parent 2ed9d5c8
# TBD
### Breaking changes
- Updated `struct` to `PortSpec` for declaring port definitions
# 0.0.5
### Fixes
......
......@@ -25,4 +25,4 @@ def path_dir(path):
def new_port_spec(number, protocol):
return struct(number = number, protocol = protocol)
return PortSpec(number = number, protocol = protocol)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment