Files
unstract/backend/usage_v2/apps.py
ali 9354480518 v2 changes of tool_instance and usage (#470)
* v2 changes of tool_instance and usage

* Added the TODO comment for urls

---------

Co-authored-by: Hari John Kuriakose <hari@zipstack.com>
2024-07-18 21:14:27 +05:30

6 lines
88 B
Python

from django.apps import AppConfig
class UsageConfig(AppConfig):
name = "usage_v2"