m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/net_types.py
blob: 14925c830dce95749892e5863f0e60c9c610c37e (plain)
1
2
3
4
5
6
7
import classification
import counting_small

types = {
    'classification': classification,
    'counting-small': counting_small
}