📝 Add stub for extra Starlette

This commit is contained in:
Sebastián Ramírez
2018-12-15 21:45:57 +04:00
parent 70b0231f64
commit f8f91a1dbb
4 changed files with 4 additions and 4 deletions

View File

@@ -2,8 +2,6 @@
from pathlib import Path, PurePath
from string import digits
#%%
directory = Path("./docs/tutorial/src")
dirs = sorted([Path(f) for f in directory.iterdir()])
d: PurePath