Skip to content

Commit

Permalink
fix : NON_ASCII_ARTS added to __init__ #106
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Feb 7, 2020
1 parent 0def16c commit 3f2b1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion art/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
from .art import aprint, art, randart
from .art import tprint, tsave, text2art
from .art import get_font_dic, set_default, help_func, art_list, font_list
from .art_param import ART_VERSION, FONT_NAMES, NON_ASCII_FONTS, ART_NAMES, ART_COUNTER, FONT_COUNTER, DEFAULT_FONT
from .art_param import ART_VERSION, FONT_NAMES, NON_ASCII_FONTS, ART_NAMES, ART_COUNTER, FONT_COUNTER, DEFAULT_FONT, NON_ASCII_ARTS
__version__ = ART_VERSION

0 comments on commit 3f2b1d9

Please sign in to comment.