Restore 0.1.5 version from stash
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
from argparse import ArgumentParser
|
||||
from typing import Union, Text, ByteString
|
||||
|
||||
|
||||
class NullWriter(object):
|
||||
def write(self, string: Union[Text, ByteString]) -> None: ...
|
||||
|
||||
|
||||
def get_parser() -> ArgumentParser: ...
|
||||
|
||||
|
||||
def main() -> None: ...
|
||||
Reference in New Issue
Block a user