单项选择题

下面哪个语句的功能是在admin.py中注册模型类()。

A.class AreaAdmin(admin.ModelAdmin)
B.admin.site.register(PersonInfo)
C.import
D.from