blob: aa10bca28feaea30e7f84c6af83fd8f0c3f2b9b9 [file] [log] [blame]
import shared_module
from shared_module import module_function as my_function
from shared_module import ModuleClass
class MyClass(object):
def do_useful_stuff(self):
i = shared_module.MODULE_CONTANT
my_function()
ModuleClass()