mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 22:43:57 +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())
|