File size: 154 Bytes
4f08d2c
 
 
 
1
2
3
4
from src.utils import mkdir_p, full_path, read_data

if "__all__" == ["mkdir_p", "full_path", "read_data"]:
    print("All modules imported successfully")