* v2 changes of tool_instance and usage * Added the TODO comment for urls --------- Co-authored-by: Hari John Kuriakose <hari@zipstack.com>
6 lines
88 B
Python
6 lines
88 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class UsageConfig(AppConfig):
|
|
name = "usage_v2"
|