diff --git a/platypush/entities/_engine/_procedure.py b/platypush/entities/_engine/_procedure.py new file mode 100644 index 0000000000..74b566f236 --- /dev/null +++ b/platypush/entities/_engine/_procedure.py @@ -0,0 +1,7 @@ +class ProceduresManager: + """ + This class is responsible for managing the procedures as native entities. + """ + + def __init__(self): + self.procedures = {}