feat!: don't import backends by default (#243)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
from . import aio, glib, introspection, message_bus, proxy_object, service
|
from . import introspection, message_bus, proxy_object, service
|
||||||
from .constants import (
|
from .constants import (
|
||||||
ArgDirection,
|
ArgDirection,
|
||||||
BusType,
|
BusType,
|
||||||
@@ -40,8 +40,6 @@ from .validators import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"aio",
|
|
||||||
"glib",
|
|
||||||
"introspection",
|
"introspection",
|
||||||
"message_bus",
|
"message_bus",
|
||||||
"proxy_object",
|
"proxy_object",
|
||||||
|
|||||||
Reference in New Issue
Block a user