Magento 2 Buat Modul Admin

<?php
\Magento\Framework\Component\ComponentRegistrar::register(
   \Magento\Framework\Component\ComponentRegistrar::MODULE,
   'Bss_CreateMenuBackend',
   __DIR__
);
Fantastic Fly