This function must be called before any others.
The purpose is to get a valid connection to AnyWave and to retrieve all the global settings AnyWave set for the plugin.
import sys, anywave
anywave.init(sys.argv)
When using the anywave.init() function, you MUST pass sys.argv as parameter.