Commit 7cdc9572 authored by Tom Niget's avatar Tom Niget

Add links for later

parent 8d55787a
# coding: utf-8
# https://lab.nexedi.com/xavier_thompson/typon-snippets/tree/master/references
class Person:
name: str
age: int
......@@ -13,7 +14,7 @@ class Person:
def creer():
return Person("jean", 123)
# todo: https://lab.nexedi.com/xavier_thompson/typon-snippets/blob/master/dot/dot.cpp
if __name__ == "__main__":
y = Person
x = creer()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment