Updated
This commit is contained in:
24
Scripts/Animation/aTools/generalTools/aToolsGlobals.py
Normal file
24
Scripts/Animation/aTools/generalTools/aToolsGlobals.py
Normal file
@ -0,0 +1,24 @@
|
||||
'''
|
||||
========================================================================================================================
|
||||
Author: Alan Camilo
|
||||
www.alancamilo.com
|
||||
|
||||
Requirements: aTools Package
|
||||
|
||||
------------------------------------------------------------------------------------------------------------------------
|
||||
To install aTools, please follow the instructions in the file how_to_install.txt
|
||||
|
||||
------------------------------------------------------------------------------------------------------------------------
|
||||
To unistall aTools, go to menu (the last button on the right), Uninstall
|
||||
|
||||
========================================================================================================================
|
||||
'''
|
||||
|
||||
class AToolsGlobals(object):
|
||||
|
||||
def __getattr__(self, attr):
|
||||
return None
|
||||
|
||||
|
||||
aToolsGlobals = AToolsGlobals()
|
||||
|
Reference in New Issue
Block a user