7 lines
57 B
Python
7 lines
57 B
Python
|
|
||
|
import personal_data.data
|
||
|
|
||
|
def test():
|
||
|
assert True
|
||
|
|