mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
work
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
from collections.abc import Sized
|
||||
|
||||
|
||||
def check(string: str):
|
||||
if len(string) != 1:
|
||||
raise ValueError
|
||||
|
||||
|
||||
class BaseDividingLine:
|
||||
def __init__(self, unit_part: check):
|
||||
self.unit_part = unit_part
|
||||
|
||||
|
||||
BaseDividingLine('sygu')
|
||||
|
||||
Reference in New Issue
Block a user