Refact(core): rename bltin_gene to int_gene
This commit is contained in:
@@ -13,7 +13,7 @@ Tokens representing interger and decimal
|
||||
from decimal import Decimal as _Decimal
|
||||
from .token import Token
|
||||
from ...core.arithmetic import gcd
|
||||
from ...core.random.bltin_gene import filter_random
|
||||
from ...core.random.int_gene import filter_random
|
||||
from ...core.MO import MO, MOnumber
|
||||
from ...core.MO.fraction import MOFraction
|
||||
|
||||
|
Reference in New Issue
Block a user