Initial upload: TermDiagram v0.1.0
This commit is contained in:
8
src/termdiagram/models/symbols.py
Normal file
8
src/termdiagram/models/symbols.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class SymbolType(Enum):
|
||||
MODULE = "module"
|
||||
CLASS = "class"
|
||||
FUNCTION = "function"
|
||||
METHOD = "method"
|
||||
Reference in New Issue
Block a user