1class Arbuz:
2  def __str__(self):
3    return """ Arbuz.kz/Pinemelon.com — международный онлайн-супермаркет 
4      с ассортиментом 20 тыс. товаров и доставкой за 1-2 часа. 
5      Фокус на качественных продуктах питания и отличном сервисе."""
6
7  def make_history(self):
8	if datetime.now() == 2018:
9      self.build_egrocery(country="Kazakhstan", city="Almaty")
10        
11    if datetime.now() == 2020:
12      self.build_egrocery(country="Kazakhstan", city="Astana")
13        
14    if datetime.now() == 2022:
15      self.build_egrocery(country="USA", city="Denver", brand="Pinemelon.com")
16
17	if datetime.now() == 2023:
18      FreedomHoldingCorp.acquire(self)
1class ArbuzTech(Arbuz):
2  def tech_stack(self):
3    if platform in ["frontend", "backend"]:
4      return ["Python", "PHP", "Golang", "Vue.js", "MySQL", "MongoDB"]
5
6    if platform == "iOS":
7      return ["Swift", "SwiftUI", "SnapKit", "CocoaPods", "Combine", "GCD", "Fastlane", "Firebase", \
8        "Amplitude", "Promises", "CryptoKit", "MVVM+C", "UDF"]
9
10    if platform == "Android":
11      return ["Kotlin", "Jetpack Compose", "Fastlane", "Coroutines", "Koin", "flow", "MVI", "MVVM"]
12    
13  def in_house_products(self):
14	return ["Warehouse Management System", "iOS & Android apps", "Arbuz.kz website"]
15    
16  def resume_inbox(self):
17    return "job@arbuz.kz"
Made with ❤️ by Arbuz Tech