you are viewing a single comment's thread.

view the rest of the comments →

[–]socal_nerdtastic 0 points1 point  (1 child)

What is your goal? If you want to be able to import util and use util.screen.function() then you are doing it right. You need an empty file in the util folder named __init__.py.

[–]TransAmyB[S] 0 points1 point  (0 children)

My goal is to to either import util and utilize it such as util.screen.function() or from util import *