ART-python's code library ========================= .. toctree:: :maxdepth: 2 :caption: Contents: DatabaseManager =============== .. automodule:: DatabaseManager :members: :undoc-members: Helper Functions: ================= A set of utilities that might be useful for other programmes, including: cls() - clears the screen; menu(options, title, prompt) - presents the users with a menu of options and returns the user's choice; underline(text) - returns the text it received as a string including underlining. .. automodule:: helper_functions :members: :undoc-members: Data: ===== A repository for data that drives other programmes. .. automodule:: data :members: :undoc-members: