6 lines
55 B
Python
6 lines
55 B
Python
|
from .mod1 import mod1
|
||
|
|
||
|
|
||
|
def mod2():
|
||
|
print("mod2")
|