Rich Lane | 02eb6b0 | 2013-01-11 08:08:37 -0800 | [diff] [blame] | 1 | # Allow accessing constants through the top-level module |
2 | from cstruct import * | ||||
3 | |||||
4 | # Allow accessing submodules without additional imports | ||||
5 | import action | ||||
6 | import bucket | ||||
7 | import instruction | ||||
8 | import match | ||||
9 | import message | ||||
10 | import parse |