diff options
Diffstat (limited to 'src/python/stdlib/struct.py')
| -rw-r--r-- | src/python/stdlib/struct.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/python/stdlib/struct.py b/src/python/stdlib/struct.py new file mode 100644 index 0000000..b022355 --- /dev/null +++ b/src/python/stdlib/struct.py @@ -0,0 +1,3 @@ +from _struct import * +from _struct import _clearcache +from _struct import __doc__ |
