# Copyright (c) 2023 Yuki Kimoto
# MIT License

class Cloner : interface_t {
  required method : object ($object : object);
}