Get llmware absolute folder directory path
(cls)
| 153 | |
| 154 | @classmethod |
| 155 | def get_llmware_path(cls): |
| 156 | """Get llmware absolute folder directory path""" |
| 157 | return os.path.join(cls._base_fp["home_path"], cls._base_fp["llmware_path_name"]) |
| 158 | |
| 159 | @classmethod |
| 160 | def get_library_path(cls): |
no outgoing calls