4 lines
116 B
Python
4 lines
116 B
Python
import mod.CONST as const
|
|
from mod import CONSTANT as constant
|
|
from mod import ANOTHER_CONSTANT as another_constant
|