define('forum/account/best', ['forum/account/header', 'forum/account/posts'], function (header, posts) {
    const Best = {};

    Best.init = function () {
        header.init();