Current section

Files

Jump to
evision py_src namespace.py
Raw

py_src/namespace.py

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
class Namespace(object):
def __init__(self):
self.funcs = {}
self.consts = {}