제가 import nazca as nd 로 모듈을 불러왔구요


nd.add_layer(name='lay1', layer=1) 해서 레이어를 추가하려고 하는데


AttributeError: module 'nazca' has no attribute 'add_layer'


라고 합니다.


근데 이게 튜토리얼 코드 긁어온거라서 코드문제는 아니고, 제 문제같아요


어케 해결해야 할까요??