mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 21:33:58 +01:00
7 lines
102 B
Python
7 lines
102 B
Python
from stats import *
|
|
import asyncio
|
|
|
|
manager = StatsManager()
|
|
|
|
asyncio.run(manager.get_model_usage())
|