This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
diagrams
mirror of
https://github.com/mingrammer/diagrams.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
fix: add missing firebase base class
tags/v0.13.1
mingrammer
4 years ago
parent
fef57b43cd
commit
3f400a7bc3
1 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
diagrams/firebase/__init__.py
+ 12
- 0
diagrams/firebase/__init__.py
View File
@@ -0,0 +1,12 @@
"""
Firebase provides a set of services for Firebase provider.
"""
from diagrams import Node
class _Firebase(Node):
_provider = "firebase"
_icon_dir = "resources/firebase"
fontcolor = "#ffffff"
Write
Preview
Loading…
Cancel
Save