Skip to content

Commit

Permalink
refactor: switch from optparse to argparse
Browse files Browse the repository at this point in the history
  • Loading branch information
vergenzt committed May 3, 2024
1 parent 1ef2543 commit 9db093e
Show file tree
Hide file tree
Showing 6 changed files with 499 additions and 358 deletions.
4 changes: 4 additions & 0 deletions cogapp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
"""

from .cogapp import Cog as Cog, CogUsageError as CogUsageError, main as main


if __name__ == "__main__":
main()
Loading

0 comments on commit 9db093e

Please sign in to comment.