allow import of txt and add todo on database
This commit is contained in:
parent
fef1b08e9e
commit
397f67db05
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
|
|
||||||
from .calculus import Expression, Polynom, Fraction, random_str
|
from .calculus import Expression, Polynom, Fraction, random_str, txt
|
||||||
from .stat import Dataset, WeightedDataset
|
from .stat import Dataset, WeightedDataset
|
||||||
|
|
||||||
# -----------------------------
|
# -----------------------------
|
||||||
|
@ -5,7 +5,7 @@ from .expression import Expression
|
|||||||
from .polynom import Polynom
|
from .polynom import Polynom
|
||||||
from .fraction import Fraction
|
from .fraction import Fraction
|
||||||
from .random_expression import random_str
|
from .random_expression import random_str
|
||||||
#from .render import txt,tex
|
from .render import txt
|
||||||
|
|
||||||
|
|
||||||
# -----------------------------
|
# -----------------------------
|
||||||
|
@ -7,6 +7,8 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# TODO: Rendre toutes les réponses Explicable!! |mar. janv. 12 09:41:00 EAT 2016
|
||||||
|
|
||||||
from math import sqrt, ceil
|
from math import sqrt, ceil
|
||||||
from .number_tools import number_factory
|
from .number_tools import number_factory
|
||||||
from .random_generator import random_generator
|
from .random_generator import random_generator
|
||||||
|
Loading…
Reference in New Issue
Block a user