Poodletooth-iLand/panda/direct/leveleditor/ProtoPalette.py
2015-03-03 17:10:12 -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)