core: feature: guess module stats from typing annotations

This commit is contained in:
Dima Gerasimov 2021-03-08 02:52:30 +00:00 committed by karlicoss
parent 4db81ca362
commit 8d6f691824
3 changed files with 104 additions and 0 deletions

View file

@ -17,3 +17,4 @@ from my.core.error import *
from my.core.util import *
from my.core.discovery_pure import *
from my.core.types import *
from my.core.stats import *