ya2 · news · projects · code · about

removed unused files
[pmachines.git] / ya2 / lib / builder.py
CommitLineData
53ddf3c3 1from ya2.lib.p3d.p3d import LibP3d
8ee66edd
FC
2
3
cb700bcc
FC
4# class LibBuilder:
5# '''This classe builds the implementation of the library abstraction (for
6# the Dependency Inversion Principle).'''
8ee66edd 7
cb700bcc
FC
8# @staticmethod
9# def build():
10# '''This method actually builds the library implementation.
11# Now it builds Panda3D's implementation layer, but it may be used as a
12# dispatcher (e.g. for new Panda3D versions).'''
13# return LibP3d()