nova-api/api/db/tester.py

7 lines
102 B
Python
Raw Normal View History

2023-09-21 07:32:43 +02:00
from stats import *
import asyncio
manager = StatsManager()
asyncio.run(manager.get_model_usage())