Poodletooth-iLand/dependencies/panda/direct/leveleditor/ProtoPalette.py
2015-05-29 05:03:48 -05:00

10 lines
216 B
Python

"""
Palette for Prototyping
"""
from ProtoPaletteBase import *
class ProtoPalette(ProtoPaletteBase):
def __init__(self):
self.dirname = os.path.dirname(__file__)
ProtoPaletteBase.__init__(self)