Integrate exp and render into random_expression
This commit is contained in:
parent
d74e18b663
commit
52ee73c340
@ -2,8 +2,8 @@
|
|||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
|
|
||||||
from random import randint
|
from random import randint
|
||||||
from expression import Expression
|
from .expression import Expression
|
||||||
from renders import tex_render, txt_render
|
from .renders import tex_render, txt_render
|
||||||
import re
|
import re
|
||||||
|
|
||||||
class RdExpression(object):
|
class RdExpression(object):
|
||||||
@ -99,7 +99,6 @@ class RdExpression(object):
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
def desc_rdExp(rdExp):
|
def desc_rdExp(rdExp):
|
||||||
from renders import tex_render
|
|
||||||
print("--------------------")
|
print("--------------------")
|
||||||
print("form: ",rdExp._form)
|
print("form: ",rdExp._form)
|
||||||
print("Conditions: ",rdExp._conditions)
|
print("Conditions: ",rdExp._conditions)
|
||||||
|
Loading…
Reference in New Issue
Block a user