1# __init__.py 2from guitarsounds.interface import guitarGUI as Interface 3from guitarsounds.analysis import Signal, Sound, SoundPack, Plot 4 5# Version of the guitarsounds package 6__version__ = '1.1.0'