mirror of
https://github.com/hellosteadman/bambu-buffer.git
synced 2025-05-05 00:39:52 +00:00
5 lines
120 B
Python
5 lines
120 B
Python
from django.apps import AppConfig
|
|
|
|
class BufferConfig(AppConfig):
|
|
name = 'bambu_buffer'
|
|
verbose_name = 'Buffer'
|