generated from Luis/nextjs-python-web-template
Added new type FlakeName
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
from typing import NewType
|
||||
|
||||
FlakeName = NewType("FlakeName", str)
|
||||
Reference in New Issue
Block a user