5 lines
82 B
Python
5 lines
82 B
Python
from . import core
|
|
from . import random
|
|
from .core import *
|
|
from .random import *
|