__init__.py 184 B

1234567
  1. from lakesuperior.dictionaries.namespaces import ns_collection as nsc
  2. ROOT_UID = '/'
  3. """Root node UID."""
  4. ROOT_RSRC_URI = nsc['fcres'][ROOT_UID]
  5. """Internal URI of root resource."""