Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1
2
3
4
5
6
7
8
""" The pySUMO library package. This package contains the core functionality of
pySUMO. It not only provides the GUI with a feature-rich API, but also
validates input and keeps the Ontologies in a consistent state.
"""
from os import environ
CONFIG_PATH = '/'.join([environ['HOME'], '.pysumo'])