def cleanup(): """If you load any engines, you need to clean up after your application is finished with the engines.""" m2.engine_cleanup()
def cleanup(): # type: () -> None """If you load any engines, you need to clean up after your application is finished with the engines.""" m2.engine_cleanup()