Skip to content

Commit

Permalink
fix: add missing firebase base class
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer committed Jun 2, 2020
1 parent fef57b4 commit 3f400a7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions diagrams/firebase/__init__.py
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 3f400a7

Please sign in to comment.