]> git.rocketbowman.com Git - proto.git/commitdiff
Add get_argspec, get_parser to __all__.
authorKyle Bowman <kyle+github@rocketbowman.com>
Sun, 24 Mar 2024 18:57:44 +0000 (14:57 -0400)
committerKyle Bowman <kyle+github@rocketbowman.com>
Sun, 24 Mar 2024 18:57:44 +0000 (14:57 -0400)
src/proto/__init__.py

index 4e0fee23943d409af895547489ca2224e76f8580..5fccd95ecd50b8e7518af5a8eb224379273cb55b 100644 (file)
@@ -1,3 +1,4 @@
 from proto.command import Command, command
+from proto.infer import get_parser, get_argspecs
 
-__all__ = ['Command', 'command']
\ No newline at end of file
+__all__ = ['Command', 'command', get_argspecs, get_parser]
\ No newline at end of file