forked from platypush/platypush
[WIP]
This commit is contained in:
parent
981ae3479e
commit
90a953b738
1 changed files with 7 additions and 0 deletions
7
platypush/entities/_engine/_procedure.py
Normal file
7
platypush/entities/_engine/_procedure.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
class ProceduresManager:
|
||||
"""
|
||||
This class is responsible for managing the procedures as native entities.
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
self.procedures = {}
|
Loading…
Reference in a new issue