예제 #1
0
파일: core.py 프로젝트: nor3th/connectors
 def _create_author() -> Identity:
     return create_organization("CrowdStrike")
예제 #2
0
 def _create_dummy_object(self) -> Identity:
     return create_organization(self._DUMMY_OBJECT_NAME, self.author)