def can_build(env, platform): return True def configure(env): pass def get_doc_classes(): return [ "AethexLauncher", "GameLibrary", "DownloadManager", "LauncherStore", "FriendSystem", "LauncherProfile", ] def get_doc_path(): return "doc_classes"