예제 #1
0
파일: zoostatic.py 프로젝트: perldev/zoo
 def get_core_version(cls):
     if not cls.core_version:
         cls.core_version = Core.get_instance().settings.version if Core.is_created() else str(uuid.uuid4())
     return cls.core_version