6 lines
120 B
Python
6 lines
120 B
Python
|
# This module is used just for test that relative imports work well
|
||
|
|
||
|
|
||
|
def some_very_important_function():
|
||
|
return 42
|