from conf import read_config
from config import Config
from plugins import load_plugins
-from registry import Registry, Resource, get_parent, default_label
+from registry import Registry, Resource, Service, get_parent, default_label
from menu import Menu, MenuButton, LinkButton, ToggleButton
from app import Zavai, Applet
from gps import GPS, GPX
+from audio import Audio, Recorder
+
+VERSION="0.1"
def warn(*args):
import sys
def set_quiet():
def info(*args):
pass
+