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

11 lines
216 B
Python
Raw Normal View History

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