Pyfancy-2 icon indicating copy to clipboard operation
Pyfancy-2 copied to clipboard

'module' object is not callable

Open ghost opened this issue 5 years ago • 6 comments

>>> import pyfancy
>>> pyfancy().red("Hello, world!").output()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: 'module' object is not callable

ghost avatar May 12 '19 03:05 ghost