mirror of
https://github.com/thecyberlearn/quantum-ai.git
synced 2026-08-18 10:52:58 +00:00
7 lines
144 B
Python
7 lines
144 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class WalletConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'wallet'
|