paths module

Path definitions for the project. These are used to define the paths to the examples, tests, and source directories. This is useful for referencing files in the project without having to use relative paths.

paths.EXAMPLES = PosixPath('/home/mlouis9/tsunami_ip_utils/examples')

Path to the examples directory.

paths.TESTS = PosixPath('/home/mlouis9/tsunami_ip_utils/tests')

Path to the tests directory.

paths.SRC = PosixPath('/home/mlouis9/tsunami_ip_utils/src')

Path to the src directory.

paths.DOCS = PosixPath('/home/mlouis9/tsunami_ip_utils/docs')

Path to the docs directory.