Skip to content

Commit

Permalink
RawMemory class documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonCN committed Nov 27, 2024
1 parent efb0a58 commit 6a54961
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cst_python/core/entities/raw_memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
#TODO createMemoryContainer, REST methods

class RawMemory:
'''
The Raw Memory contains all memories in the system.
'''

_last_id = 0

def __init__(self) -> None:
Expand Down

0 comments on commit 6a54961

Please sign in to comment.