mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-08 16:05:07 +00:00
6 lines
89 B
Python
6 lines
89 B
Python
![]() |
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class DevicesConfig(AppConfig):
|
||
|
name = 'devices'
|