"""Main BaconScript module init.""" from .hog4 import HogNet from .OscListener import beautify_lisp_string, OscCommentMacroListener from .script import SyntaxErrorListener, load_config, comment __all__ = [ "HogNet", ] __all__ += [ "beautify_lisp_string", "OscCommentMacroListener", ] __all__ = [ "SyntaxErrorListener", "load_config", "comment", ]