mirror of https://github.com/mingrammer/diagrams
parent
1c13ded13d
commit
48205335f8
@ -0,0 +1,15 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _Generic
|
||||
|
||||
|
||||
class _Storage(_Generic):
|
||||
_type = "storage"
|
||||
_icon_dir = "resources/generic/storage"
|
||||
|
||||
|
||||
class Storage(_Storage):
|
||||
_icon = "storage.png"
|
||||
|
||||
|
||||
# Aliases
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
Loading…
Reference in new issue