3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-01-23 18:54:05 +01:00

exec: import all of pylinkirc for convenience

This commit is contained in:
James Lu 2017-08-21 23:12:42 -07:00
parent 62e4e66321
commit 83183b366a

View File

@ -4,7 +4,7 @@ exec.py: Provides commands for executing raw code and debugging PyLink.
import pprint
import threading
from pylinkirc import utils, world
from pylinkirc import *
from pylinkirc.log import log
from pylinkirc.coremods import permissions