Skip to content

Commit

Permalink
Merge pull request #79 from WeepingClown13/master
Browse files Browse the repository at this point in the history
add runp back to module
  • Loading branch information
ialbert authored Dec 9, 2023
2 parents 505d184 + 9f3e06b commit afeb7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plac.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"""
from plac_core import *
from plac_ext import (import_main, ReadlineInput, Interpreter,
stdout, Monitor, default_help)
stdout, runp, Monitor, default_help)

__version__ = '1.4.1'

Expand Down

0 comments on commit afeb7d1

Please sign in to comment.