ya2 · news · projects · code · about

removed unused code
[pmachines.git] / ya2 / lib / ivals.py
CommitLineData
cb700bcc
FC
1# '''This module binds abstract interval classes and actual implementation
2# classes (for the Dependency Inversion Principle).'''
3# from ya2.lib.p3d.ivals import P3dSeq, P3dWait, P3dPosIval, P3dFunc
8ee66edd
FC
4
5
cb700bcc
FC
6# Seq = P3dSeq
7# Wait = P3dWait
8# PosIval = P3dPosIval
9# Func = P3dFunc