mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-09-19 10:13:17 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from typing import Optional, Tuple
|
||||
|
||||
from django.template import Engine
|
||||
|
||||
from .filesystem import Loader as FilesystemLoader
|
||||
|
||||
|
||||
class Loader(FilesystemLoader):
|
||||
dirs: None
|
||||
engine: Engine
|
||||
def get_dirs(self) -> Tuple: ...
|
||||
Reference in New Issue
Block a user