-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
938be7c
commit b892a61
Showing
7 changed files
with
26 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
"""The hypermodern Python project.""" | ||
|
||
import argparse | ||
# import argparse | ||
|
||
__version__ = "0.2.0" | ||
|
||
|
||
def main(): | ||
parser = argparse.ArgumentParser(prog="random-wikipedia-article") | ||
parser.add_argument( | ||
"--version", action="version", version=f"%(prog)s {__version__}" | ||
) | ||
parser.parse_args() | ||
# def main(): | ||
# parser = argparse.ArgumentParser(prog="random-wikipedia-article") | ||
# parser.add_argument( | ||
# "--version", action="version", version=f"%(prog)s {__version__}" | ||
# ) | ||
# parser.parse_args() |
Binary file modified
BIN
-449 Bytes
(36%)
src/hypermodern_python/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+147 Bytes
(110%)
src/hypermodern_python/__pycache__/prettier.cpython-312.pyc
Binary file not shown.
Binary file modified
BIN
+538 Bytes
(110%)
src/hypermodern_python/__pycache__/wikipedia.cpython-312.pyc
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters