Init
This commit is contained in:
parent
24388aecb3
commit
c8b06176bf
9 changed files with 305 additions and 0 deletions
8
python_symb/symbols.py
Normal file
8
python_symb/symbols.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
from __future__ import annotations
|
||||
|
||||
|
||||
class Symbols:
|
||||
__slots__ = 'name'
|
||||
|
||||
def __init__(self, name):
|
||||
self.name = name
|
Loading…
Add table
Add a link
Reference in a new issue