create the disabled_registration site tag that allows to remove a specific site from...
[plcapi.git] / PLC / Accessors / __init__.py
index b689130..e2f7db4 100644 (file)
@@ -1,5 +1,11 @@
 # each module to define in "methods" the set of methods that it defines
+
 __all__ = """
 Accessors_standard
+Accessors_myslice
+Accessors_wireless
+Accessors_sliverauth
 Accessors_site
+Accessors_ipv6
+Accessors_vicci
 """.split()