mirror of https://github.com/mingrammer/diagrams
parent
9e2fc38d6b
commit
3b8a47766f
@ -0,0 +1,15 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _Generic
|
||||
|
||||
|
||||
class _Database(_Generic):
|
||||
_type = "database"
|
||||
_icon_dir = "resources/generic/database"
|
||||
|
||||
|
||||
class SQL(_Database):
|
||||
_icon = "sql.png"
|
||||
|
||||
|
||||
# Aliases
|
After Width: | Height: | Size: 3.1 KiB |
Loading…
Reference in new issue