# This script will be executed after the execution of an export state in the Prism State Manager.
# You can use this file to define project specific actions, like manipulating the outputfiles.

# Example:
# print "Prism has exported objects."

# If the main function exists in this script, it will be called.


# def main(core, filepath, versionUp, comment, publish, details):
#     print(core.projectName)
#     print(filepath)
#     print(versionUp)
#     print(comment)
#     print(publish)
#     print(details)
