StandardVisualBuild02
This is an advanced configuration and requies specific knowledge of hardware GPU identifiers.
This feature is currently experimental/undocumented here beyond the header text.
# -*- coding: utf-8 -*-
"""
COPYRIGHT (C) 2020-2021 NEW ENTITY OPERATIONS INC. ALL RIGHTS RESERVED
INSTANCE: core_view
MODIFIED: 2021/01/12
OVERVIEW: StandardVisualBuild02 is a container to house Visual Resource
extensions.
Add standardized Visual Resources here. This can be streaming modules,
code sharing modules, or something such as a second screen configuration.
None are setup by default.
"""
__version__ = "0.0.5"
__author__ = "Ryan McKenna"
__copyright__ = "Copyright (C) 2020-2021 New Entity Operations Inc."
__credits__ = [
"Ryan McKenna",
"New Entity Operations Inc.", "New Entity Operations, LLC"]
__email__ = "Operator@NewEntityOperations.com"
__license__ = "New Entity License"
__maintainer__ = "Ryan McKenna"
__status__ = "Production"
Return HOME