mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
14 lines
245 B
Python
14 lines
245 B
Python
import random
|
|
import math
|
|
import fractions
|
|
|
|
from ..__init__ import *
|
|
|
|
from .algebra import *
|
|
from .basic_math import *
|
|
from .calculus import *
|
|
from .computer_science import *
|
|
from .geometry import *
|
|
from .misc import *
|
|
from .statistics import *
|