Created the “CustomReference” Library and added reference data to “Library.py”. Can't seem to import via any of these import commands. What am I doing wrong? Thanks in advance.
from CustomReference import Library
from CustomReference import *
from CustomReference.Library import *
