tatogalib.system¶
- tatogalib.system.get_platform()¶
Returns the current platform: android, iOS, linux, macOS, tvOS, watchOS, wearOS, web, windows
- Returns:
The platform string
- Return type:
str
- tatogalib.system.get_file_roots()¶
Returns the file root directories. Currently only supported on Android
- Returns:
The file roots
- Return type:
list[str]