mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
work on v0.3.0
This commit is contained in:
+8
-5
@@ -1,6 +1,9 @@
|
||||
from typing import Literal, LiteralString
|
||||
class Entity:
|
||||
pass
|
||||
|
||||
x: LiteralString = '---'
|
||||
m: LiteralString = input()
|
||||
if m == '-':
|
||||
x = m
|
||||
class Person(Entity):
|
||||
pass
|
||||
|
||||
a: Entity = Entity()
|
||||
print(a)
|
||||
a = Person()
|
||||
Reference in New Issue
Block a user