Skip to content

Commit

Permalink
Add FLAGS to qnd.__all__
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Dec 23, 2016
1 parent 2aa7121 commit ab61525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qnd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .flag import *
from .run import def_run

__all__ = ["add_flag", "add_required_flag", "FlagAdder", "def_run"]
__all__ = ["FLAGS", "add_flag", "add_required_flag", "FlagAdder", "def_run"]

0 comments on commit ab61525

Please sign in to comment.