This commit is contained in:
Fabio Manganiello 2024-08-13 22:27:10 +02:00
parent 981ae3479e
commit 90a953b738
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -0,0 +1,7 @@
class ProceduresManager:
"""
This class is responsible for managing the procedures as native entities.
"""
def __init__(self):
self.procedures = {}