added credits to petbox examples
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
"""
|
||||||
|
Example adapted from `Atomic Kotlin` by Bruce Eckel & Svetlana Isakova,
|
||||||
|
chapter `Creating Generics`, section `Variance`.
|
||||||
|
"""
|
||||||
|
|
||||||
from typing import TypeVar, Generic, Any
|
from typing import TypeVar, Generic, Any
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
"""
|
||||||
|
Example adapted from `Atomic Kotlin` by Bruce Eckel & Svetlana Isakova,
|
||||||
|
chapter `Creating Generics`, section `Variance`.
|
||||||
|
"""
|
||||||
|
|
||||||
from typing import TYPE_CHECKING
|
from typing import TYPE_CHECKING
|
||||||
|
|
||||||
from petbox import *
|
from petbox import *
|
||||||
|
|||||||
Reference in New Issue
Block a user