from django.apps import AppConfig
class WalletsConfig(AppConfig):
name = 'wallets'
def ready(self):
pass