1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Simba/Projects/libmml/pymml/mmldtm.py
2010-09-12 14:28:19 +02:00

32 lines
426 B
Python
Executable File

from ctypes import *
from mmltypes import RESULT_OK, RESULT_FALSE, RESULT_ERROR
# TODO:
# Load from user defined points. (So called dynamic)
class DTM(object):
def __init__(self):
pass
def __del__(self):
pass
def __repr__(self):
pass
def to_str(self):
pass
def from_str(self):
pass
def find(self):
pass
def set_name(self):
pass