feat(lib): add editing functionality, add logging, add categories class
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
import logging
|
||||
|
||||
from .components import AudioComponent, AudioUnitType, Component
|
||||
from .exceptions import MusicAppsLoadError, PluginLoadError, TagsetLoadError
|
||||
from .logic import Logic, Plugins, SearchResult
|
||||
from .tags import MusicApps, Properties, Tagpool, Tagset
|
||||
from .tags import Category, MusicApps, Properties, Tagpool, Tagset
|
||||
|
||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
|
||||
__all__ = [
|
||||
"AudioComponent",
|
||||
"AudioUnitType",
|
||||
"Category",
|
||||
"Component",
|
||||
"Logic",
|
||||
"MusicApps",
|
||||
|
||||
Reference in New Issue
Block a user