Poodletooth-iLand/panda/direct/leveleditor/ProtoPalette.py

11 lines
216 B
Python
Raw Normal View History

2015-03-03 16:10:12 -06:00
"""
Palette for Prototyping
"""
from ProtoPaletteBase import *
class ProtoPalette(ProtoPaletteBase):
def __init__(self):
self.dirname = os.path.dirname(__file__)
ProtoPaletteBase.__init__(self)