remove venv
This commit is contained in:
parent
056387013d
commit
0680c7594e
13999 changed files with 0 additions and 2895688 deletions
|
|
@ -1,19 +0,0 @@
|
|||
from typing import cast
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class JoinStyle(str, Enum):
|
||||
miter = "miter"
|
||||
round = "round"
|
||||
bevel = "bevel"
|
||||
@staticmethod
|
||||
def demo() -> None: ...
|
||||
|
||||
|
||||
class CapStyle(str, Enum):
|
||||
butt = "butt"
|
||||
projecting = "projecting"
|
||||
round = "round"
|
||||
|
||||
@staticmethod
|
||||
def demo() -> None: ...
|
||||
Loading…
Add table
Add a link
Reference in a new issue